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:
6
Makefile
6
Makefile
@@ -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 {} \;
|
||||
|
||||
Reference in New Issue
Block a user