aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2021-05-29 19:24:41 +0200
committerJoris2021-05-29 19:24:41 +0200
commitd48cafebb277e4ad4b31e883cbe4f55eef9ea4a4 (patch)
tree7f04fb49defa5fbc7984b0eee60bb7ce16a37ae2 /Makefile
parent4e3cd92a8063a70dab9ae0ccafd0552c78c6e005 (diff)
Rewrite in TypeScript
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
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