mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 17:38:04 +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:
|