binutils-gdb/gas/GNUmakefile-host

7 lines
93 B
Plaintext
Executable File

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