1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 10:34:11 +01:00

Add toplevel Makefile.

This commit is contained in:
Kris Maglione
2008-12-04 22:21:38 -05:00
parent 193e0f1e32
commit ddd07fd63a

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
DIRS = vimperator muttator
TARGETS = clean distclean doc help info jar release xpi
.SILENT:
$(TARGETS:%=\%.%):
echo MAKE $@
$(MAKE) -C $* $(@:$*.%=%)
$(TARGETS): %: $(DIRS:%=%.%)