1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 21:52:25 +01:00
Files
pentadactyl-pm/Makefile

15 lines
204 B
Makefile

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