Skip to content

Commit

Permalink
a better clean rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Feb 18, 2011
1 parent 6dc5864 commit bc1546c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -11,7 +11,9 @@ all: uninstall vimball install README
vimball: $(PLUGIN).vba

clean:
rm -rf *.vba */*.orig *.~* .VimballRecord doc/tags test/*/ test/testfile test/.testfile.sw?
find . -type f \( -name "*.vba" -o -name "*.orig" -o -name "*.~*" \
-o -name ".VimballRecord" -o -name ".*.un~" -o -name "*.sw*" -o \
-name tags \) -delete

dist-clean: clean

Expand Down

0 comments on commit bc1546c

Please sign in to comment.