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