summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfb1ff6..b082c3d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ all:
2 stack build 2 stack build
3 ln -sfT $$(stack path --local-install-root)/bin ./bin 3 ln -sfT $$(stack path --local-install-root)/bin ./bin
4 4
5install-stack:
6 curl -sSL https://get.haskellstack.org/ | sh
7
5.PHONY: all run install install-dev-tools 8.PHONY: all run install install-dev-tools
6 9
7run: all 10run: all