mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +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:
|