summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-09-14 14:14:24 -0400
committerAndrew Cady <d@cryptonomic.net>2022-09-14 15:29:03 -0400
commitcb1fa6f1e985b7ffc6fb1f1ae463ad85e6d85285 (patch)
tree520b8c9f4029708af83880d0c82f4787a0b696cd /Makefile
parent6fd0eb8089e26b9c79a7c76511217f7f5b6c6111 (diff)
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9fca18b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
1all:
2 stack build
3 ln -sfT $$(stack path --local-install-root)/bin ./bin
4
5install:
6 stack install
7
8install-dev-tools:
9 stack install apply-refact hlint stylish-haskell hasktags hoogle