aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c6da97..34d0709 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,10 @@
+start:
+ @nix-shell --command "mux local"
+
+stop:
+ @tmux kill-session -t sharedCost
+
+dist: clean install build
clean: clean-server clean-client
install: install-server install-client
build: build-server build-client