From 78d261be058860bc81afe5e90c693f8fb28a0141 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 1 May 2017 20:09:45 +0200 Subject: Add fudge recipe --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3