diff options
Diffstat (limited to 'client-web/makefile')
-rw-r--r-- | client-web/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client-web/makefile b/client-web/makefile new file mode 100644 index 0000000..cc36a8e --- /dev/null +++ b/client-web/makefile @@ -0,0 +1,4 @@ + +public/bundle.js: source/* + deno bundle --no-check --unstable source/index.ts > $@ + |