mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-20 20:11:40 +02:00
a2a8e7b9c5
--HG-- extra : rebase_source : 74eb1dcbb0e9f701502106683b962ac071368d55
14 lines
213 B
Makefile
14 lines
213 B
Makefile
DIRS = teledactyl pentadactyl xulmus
|
|
TARGETS = clean distclean doc help info jar release xpi
|
|
.SILENT:
|
|
|
|
all: xpi ;
|
|
|
|
$(TARGETS:%=\%.%):
|
|
echo MAKE $@
|
|
$(MAKE) -C $* $(@:$*.%=%)
|
|
|
|
$(TARGETS):
|
|
$(MAKE) $(DIRS:%=%.$@)
|
|
|