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