old-cross-binutils/gas/GNUmakefile-host
1991-04-04 18:19:56 +00:00

6 lines
93 B
Text
Executable file

ALL := $(shell ls -d =*)
%:
$(foreach subdir,$(ALL),$(MAKE) -C $(subdir) $@ &&) true
gas: