Skip to content

Commit

Permalink
Makefile change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondi committed Jul 30, 2010
1 parent b9cea63 commit 133c125
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 133c125

Please sign in to comment.