aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2017-05-01 20:09:45 +0200
committerJoris2017-05-01 20:09:45 +0200
commit78d261be058860bc81afe5e90c693f8fb28a0141 (patch)
tree6839ed81455eda09ad0f763ea2ffe1ff961f3723 /Makefile
parent063539add1c4f1f27f89f4599169035e45f59933 (diff)
downloadcooking-78d261be058860bc81afe5e90c693f8fb28a0141.tar.gz
cooking-78d261be058860bc81afe5e90c693f8fb28a0141.tar.bz2
cooking-78d261be058860bc81afe5e90c693f8fb28a0141.zip
Add fudge recipe
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