summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0b1194fc41fe59b4716d16ed5afddad388ecc524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DIRS = pentadactyl
TARGETS = clean distclean doc help info jar release xpi
.SILENT:

all: xpi ;

$(TARGETS:%=\%.%):
	echo MAKE $@
	$(MAKE) -C $* $(@:$*.%=%)

$(TARGETS):
	$(MAKE) $(DIRS:%=%.$@)