1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 07:22:27 +01:00

Moved tildetidy into main Makefile.

This commit is contained in:
Ted Pavlic
2009-01-12 10:10:28 -05:00
parent 315d457eb5
commit 853b03ba4d
3 changed files with 7 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
DIRS = vimperator muttator
TARGETS = tildetidy clean distclean doc help info jar release xpi
TARGETS = clean distclean doc help info jar release xpi
.PHONY = tildetidy
.SILENT:
$(TARGETS:%=\%.%):
@@ -9,3 +10,6 @@ $(TARGETS:%=\%.%):
$(TARGETS): %: $(DIRS:%=%.%)
tildetidy:
@echo "Removing vim backup files..."
find . -name '*~' -exec rm -fv {} \;