summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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