summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75846fa..e2b7af1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,9 @@
1build: 1build:
2 stack build 2 stack build
3 3
4execs = kiki cokiki hosts
5dests = $(addprefix ~/.local/bin/, $(execs))
6
4install: build 7install: build
5 stack install 8 stack install
9 sudo ln -sf $(dests) /usr/local/bin/