summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-15 02:24:26 -0400
committerAndrew Cady <d@jerkface.net>2019-10-15 16:04:30 -0400
commit1d0e9091bc132237d46ff130a29c7c71d9a3f284 (patch)
tree1bd3d189a7ec1c6cd9527d7b9791a016f13c5f31
parentbd03b9baa6c25fed35c12d3cc9b843a037c23bdf (diff)
install to /usr/local/bin
-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/