aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn <john@ankarstrom.se>2019-06-01 13:59:52 +0200
committerJohn <john@ankarstrom.se>2019-06-01 14:04:24 +0200
commit4c6017f37208f61e236d13a589e452c65e36bc13 (patch)
tree4477e2e9ad277b32825317256f694b482b7ddf7c /Makefile
parent99315219aba0481466c8bb236548284ccec5a1d5 (diff)
downloaddwim-4c6017f37208f61e236d13a589e452c65e36bc13.tar.gz
simple makefile for myself
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e02307c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+BINDIR ?= ~/bin
+
+install:
+ ln -s $(PWD)/dwim $(BINDIR)/dwim