summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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