From 12af75951dc26d99273596dfaa8ead84c1ab4c67 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 10 Sep 2022 23:09:04 +0200 Subject: improve makefile --- client-web/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client-web') diff --git a/client-web/makefile b/client-web/makefile index ae70bda..9760c39 100644 --- a/client-web/makefile +++ b/client-web/makefile @@ -1,3 +1,7 @@ +.PHONY: all watch +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 > $@ -- cgit v1.2.3-70-g09d2