From d48cafebb277e4ad4b31e883cbe4f55eef9ea4a4 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 29 May 2021 19:24:41 +0200 Subject: Rewrite in TypeScript --- Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 2772fa5..0000000 --- a/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -start: - @nix-shell --command "mux local" - -stop: - @pkill webfsd - @tmux kill-session -t glycemie - -.PHONY: test -test: - @pulp test - -install: - @yarn install - @bower install - -build: - @pulp build --to public/main.js - -watch: - @pulp --watch --before clear build --to public/main.js -- cgit v1.2.3