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

7 lines
93 B
Plaintext
Executable File

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