]> git.donarmstrong.com Git - dactyl.git/blob - Makefile
Initial import of 1.0~b6
[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