aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 7f52139f6a7e308d2865fd98fa0d35837a76cea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
start:
	@nix-shell --command "mux local"

stop:
	@pkill webfsd
	@tmux kill-session -t glycemie

.PHONY: test
test:
	@pulp test

build:
	@pulp build --to public/main.js

watch:
	@pulp --watch --before clear build --to public/main.js