1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 18:32:26 +01:00

Updated main Makefile to support 'make target1 target2'

This commit is contained in:
Ted Pavlic
2009-02-04 22:58:35 -05:00
parent 5f5c437ddf
commit 946ab07254

View File

@@ -9,5 +9,6 @@ $(TARGETS:%=\%.%):
echo MAKE $@
$(MAKE) -C $* $(@:$*.%=%)
$(TARGETS): %: $(DIRS:%=%.%)
$(TARGETS):
$(MAKE) $(DIRS:%=%.$@)