summaryrefslogtreecommitdiff
path: root/Makefile
blob: c0c3842b86f2eebe5d4198f3c92153b833c413d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

DIRS = vimperator muttator
TARGETS = clean distclean doc help info jar release xpi
.SILENT:

all: xpi ;

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

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