1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 11:52:28 +01:00
Files
pentadactyl-pm/Makefile
2009-01-12 10:10:28 -05:00

16 lines
293 B
Makefile

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