summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-03 21:24:04 -0400
committerAndrew Cady <d@jerkface.net>2020-05-03 21:24:04 -0400
commitbe86419c6f2282fd1387621833d13b165a50aefe (patch)
tree04771f48e87b1e244ea7425980eeefbd5578e3a5
parent54bc30a57a720a777b821f6e7ef9c61c996a8b33 (diff)
makefile is more silent
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0c9e409..80f3ab3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,12 @@ SUBMODULES = fsmgr kiki openssh
12 12
13all: samizdat-paths.sh ${compiled_programs} ${SUBMODULES} 13all: samizdat-paths.sh ${compiled_programs} ${SUBMODULES}
14 14
15.PHONY: stack 15
16.PHONY: stack install-stack
17install-stack:
18 curl -sSL https://get.haskellstack.org/ | sh
16stack: 19stack:
17 which stack >/dev/null || curl -sSL https://get.haskellstack.org/ | sh 20 @which stack >/dev/null || make install-stack
18 21
19build-deps: build-dep-stamp 22build-deps: build-dep-stamp
20build-dep-stamp: build-deps.txt 23build-dep-stamp: build-deps.txt