diff options
author | Joris | 2017-05-01 20:09:45 +0200 |
---|---|---|
committer | Joris | 2017-05-01 20:09:45 +0200 |
commit | 78d261be058860bc81afe5e90c693f8fb28a0141 (patch) | |
tree | 6839ed81455eda09ad0f763ea2ffe1ff961f3723 /Makefile | |
parent | 063539add1c4f1f27f89f4599169035e45f59933 (diff) |
Add fudge recipe
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 |