mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Makefile change.
This commit is contained in:
10
Makefile
10
Makefile
@@ -10,11 +10,6 @@ VIM=/usr/bin/vim
|
||||
|
||||
.PHONY: $(PLUGIN).vba README
|
||||
|
||||
#install: vimball
|
||||
#@echo install
|
||||
#$(VIM) -N -c ':so %' -c':q!' $(PLUGIN)-$(VERSION).vba
|
||||
#cp -f $(TESTS) $(VIMFOLDER)$(TESTS)
|
||||
|
||||
all: vimball README zip gzip
|
||||
|
||||
vimball: $(PLUGIN).vba
|
||||
@@ -25,11 +20,6 @@ clean:
|
||||
|
||||
dist-clean: clean
|
||||
|
||||
#uninstall:
|
||||
#@echo uninstall
|
||||
#$(VIM) -N -c':RmVimball' -c':q!' $(PLUGIN)-$(VERSION).vba
|
||||
#rm -f $(VIMFOLDER)$(TESTS)
|
||||
|
||||
undo:
|
||||
for i in */*.orig; do mv -f "$$i" "$${i%.*}"; done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user