aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2017-06-05 18:24:52 +0200
committerJoris2017-06-05 18:24:52 +0200
commita345ce1404c9b23acc734d4db82ef391efe05c98 (patch)
tree44fa7adae56076dfbff8d67dc0edcc40bfb6b25a /Makefile
parent0b191f5c48edffc9da3e38c284e9640fd82e7cb1 (diff)
downloadbudget-a345ce1404c9b23acc734d4db82ef391efe05c98.tar.gz
budget-a345ce1404c9b23acc734d4db82ef391efe05c98.tar.bz2
budget-a345ce1404c9b23acc734d4db82ef391efe05c98.zip
Fix dist command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34d0709..a0458f1 100644
--- a/Makefile
+++ b/Makefile
@@ -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