diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ all: build +start: + @nix-shell --command "mux local" + +stop: + @tmux kill-session -t cooking + clean: @stack exec cooking clean > /dev/null 2>&1 || true @stack clean > /dev/null |