]> git.donarmstrong.com Git - dactyl.git/blob - Makefile
Import r6948 from upstream hg supporting Firefox up to 24.*
[dactyl.git] / Makefile
1 DIRS = teledactyl pentadactyl melodactyl
2 TARGETS = clean distclean doc help info jar release xpi
3 .SILENT:
4
5 all: xpi ;
6
7 $(TARGETS:%=\%.%):
8         echo MAKE $@
9         $(MAKE) -C $* $(@:$*.%=%)
10
11 $(TARGETS):
12         $(MAKE) $(DIRS:%=%.$@)
13