From 938b0c73fac998cc2b4329ce31282a7d85883348 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 2 Nov 2013 21:33:48 -0400 Subject: overwrite the compiled spell file if it exists --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf