mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
Make a top-level make build everything in order
This commit is contained in:
parent
8bf4cd1908
commit
d9c2a54464
3 changed files with 22 additions and 58 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
SUBFOLDERS := exosphere fusee/fusee-primary fusee/fusee-secondary stratosphere/libstratosphere thermosphere
|
||||
SUBFOLDERS := exosphere fusee stratosphere thermosphere
|
||||
|
||||
TOPTARGETS := all clean
|
||||
|
||||
|
@ -7,4 +7,6 @@ $(TOPTARGETS): $(SUBFOLDERS)
|
|||
$(SUBFOLDERS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
fusee: exosphere thermosphere stratosphere
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue