1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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