aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 43f592e..6b5d97f 100644
--- a/Makefile
+++ b/Makefile
@@ -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