diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -4,7 +4,9 @@ start: stop: @tmux kill-session -t sharedCost -dist: clean install build +dist: + @nix-shell --command "make clean install build" + clean: clean-server clean-client install: install-server install-client build: build-server build-client @@ -37,11 +37,11 @@ Later, stop the environment with: ./make stop ``` -Simple build ------------- +Dist +---- ``` -./build +make dist ``` Configuration |