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

15 lines
212 B
Makefile

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