aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-07 15:57:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-07 15:57:46 +1300
commit97aff1f0b76838c7eb27b415c480da3314e8e766 (patch)
treeb7af14982add6ed6519a5291b1dcc7e544c0441f /Makefile
parentMerge branch 'feature/td-quiet' into develop (diff)
downloaddotfiles-97aff1f0b76838c7eb27b415c480da3314e8e766.tar.gz
dotfiles-97aff1f0b76838c7eb27b415c480da3314e8e766.zip
Add missing options terminator to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70209907..3b0be55a 100644
--- a/Makefile
+++ b/Makefile
@@ -516,7 +516,7 @@ install-vim-after-ftplugin:
mkdir -p $(HOME)/.vim/after/ftplugin
for type in vim/after/ftplugin/* ; do \
mkdir -p -- $(HOME)/.vim/after/ftplugin/"$${type##*/}" ; \
- cp -p "$$type"/* $(HOME)/.vim/after/ftplugin/"$${type##*/}" ; \
+ cp -p -- "$$type"/* $(HOME)/.vim/after/ftplugin/"$${type##*/}" ; \
done
install-vim-after-indent: