aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-24 09:01:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-24 09:01:35 +1300
commitb724640f925793b3e74519046f61c965b279391f (patch)
tree4e9713da372568c45ba968c16a86b47c528582c6 /Makefile
parentAdd .POSIX shibboleth to Makefile (diff)
downloaddotfiles-b724640f925793b3e74519046f61c965b279391f.tar.gz
dotfiles-b724640f925793b3e74519046f61c965b279391f.zip
Add -- separator to Makefile inference commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1a4c8622..781bb690 100644
--- a/Makefile
+++ b/Makefile
@@ -149,19 +149,19 @@ tmux/tmux.conf: tmux/tmux.conf.m4
.awk:
bin/shb $< awk -f > $@
- chmod +x $@
+ chmod +x -- $@
.bash:
bin/shb $< bash > $@
- chmod +x $@
+ chmod +x -- $@
.pl:
bin/shb $< perl > $@
- chmod +x $@
+ chmod +x -- $@
.sed:
bin/shb $< sed -f > $@
- chmod +x $@
+ chmod +x -- $@
install: install-bash \
install-bash-completion \