diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-11 11:12:02 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-11 11:12:02 +0200 |
commit | cf493d9ef3f9de764919145aa35d7b055fc17206 (patch) | |
tree | 3590bb14af59b921165aea4bdef995872a082cb7 /client-web | |
parent | a531db81ebfc79b36f12c0aebc4192cad5b661d2 (diff) | |
download | keks-meet-cf493d9ef3f9de764919145aa35d7b055fc17206.tar keks-meet-cf493d9ef3f9de764919145aa35d7b055fc17206.tar.bz2 keks-meet-cf493d9ef3f9de764919145aa35d7b055fc17206.tar.zst |
more makefile!!!
Diffstat (limited to 'client-web')
-rw-r--r-- | client-web/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/makefile b/client-web/makefile index 9760c39..c9a7db3 100644 --- a/client-web/makefile +++ b/client-web/makefile @@ -2,7 +2,6 @@ all: public/assets/bundle.js watch: deno bundle --no-check --watch source/index.ts public/assets/bundle.js - public/assets/bundle.js: source/* deno bundle --no-check --unstable source/index.ts > $@ |