diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |