mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-25 00:32:39 +01:00
11 lines
184 B
Makefile
11 lines
184 B
Makefile
|
|
DIRS = vimperator muttator
|
|
TARGETS = clean distclean doc help info jar release xpi
|
|
.SILENT:
|
|
|
|
$(TARGETS:%=\%.%):
|
|
echo MAKE $@
|
|
$(MAKE) -C $* $(@:$*.%=%)
|
|
|
|
$(TARGETS): %: $(DIRS:%=%.%)
|