summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-09-22 00:06:17 -0400
committerAndrew Cady <d@cryptonomic.net>2022-09-22 00:06:17 -0400
commiteb4522fbc1487b6bdaff379aa18d3530876b2581 (patch)
tree08692287753567069f5cf30ca60a8c3f70e0a373 /Makefile
parent05e4647d7bef90f7b095bc24ba14701392b415ec (diff)
add "make install-stack" target and update README
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