0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

updated for version 7.0028

This commit is contained in:
Bram Moolenaar
2005-01-02 11:32:29 +00:00
parent b7fcef5607
commit b78b0b095e
2 changed files with 11 additions and 6 deletions

View File

@@ -32,18 +32,21 @@ SCRIPTS_GUI = test16.out
.SUFFIXES: .in .out
nongui: $(SCRIPTS16) $(SCRIPTS)
nongui: fixff $(SCRIPTS16) $(SCRIPTS)
echo ALL DONE
small: $(SCRIPTS16)
small: fixff $(SCRIPTS16)
echo ALL DONE
gui: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI)
gui: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI)
echo ALL DONE
win32: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
echo ALL DONE
fixff:
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
clean:
-del *.out
-del test.ok