diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
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 |