diff options
author | John <john@ankarstrom.se> | 2019-06-01 13:59:52 +0200 |
---|---|---|
committer | John <john@ankarstrom.se> | 2019-06-01 14:04:24 +0200 |
commit | 4c6017f37208f61e236d13a589e452c65e36bc13 (patch) | |
tree | 4477e2e9ad277b32825317256f694b482b7ddf7c /Makefile | |
parent | 99315219aba0481466c8bb236548284ccec5a1d5 (diff) | |
download | dwim-4c6017f37208f61e236d13a589e452c65e36bc13.tar.gz |
simple makefile for myself
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 |