mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-09 18:53:00 +00: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:
|