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

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

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

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