mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
7 lines
93 B
Plaintext
Executable File
7 lines
93 B
Plaintext
Executable File
ALL := $(shell ls -d =*)
|
|
|
|
%:
|
|
$(foreach subdir,$(ALL),$(MAKE) -C $(subdir) $@ &&) true
|
|
|
|
gas:
|