1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 00:22:26 +01:00
Files
pentadactyl-pm/Makefile
2008-12-04 22:21:38 -05:00

12 lines
185 B
Makefile

DIRS = vimperator muttator
TARGETS = clean distclean doc help info jar release xpi
.SILENT:
$(TARGETS:%=\%.%):
echo MAKE $@
$(MAKE) -C $* $(@:$*.%=%)
$(TARGETS): %: $(DIRS:%=%.%)