summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-11-02 21:33:48 -0400
committerJesse Luehrs <doy@tozt.net>2013-11-02 21:34:00 -0400
commit938b0c73fac998cc2b4329ce31282a7d85883348 (patch)
tree72e630a8b990ff17736dfad13dd0a65c18bc47ef /Makefile
parent5f30b971bdcd290a637f6dc48c6eae05b4730f27 (diff)
downloadconf-938b0c73fac998cc2b4329ce31282a7d85883348.tar.gz
conf-938b0c73fac998cc2b4329ce31282a7d85883348.zip
overwrite the compiled spell file if it exists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8916c0e..d7fd7e4 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,6 @@ vim/bundle/vimproc/autoload/vimproc_unix.so : vim/bundle/vimproc/autoload/proc.c
cd vim/bundle/vimproc && make
%.spl : %
- @vim -u NONE -c':mkspell $< | :q'
+ @vim -u NONE -c':mkspell! $< | :q'
.PHONY: build install clean