7 lines
93 B
Text
7 lines
93 B
Text
|
ALL := $(shell ls -d =*)
|
||
|
|
||
|
%:
|
||
|
$(foreach subdir,$(ALL),$(MAKE) -C $(subdir) $@ &&) true
|
||
|
|
||
|
gas:
|