mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
Added top-level makefile and a .gitignore for thermosphere build files.
This commit is contained in:
parent
9169470b77
commit
a53abd699c
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
SUBFOLDERS := exosphere fusee/fusee-primary fusee/fusee-secondary stratosphere/libstratosphere thermosphere
|
||||||
|
|
||||||
|
TOPTARGETS := all clean
|
||||||
|
|
||||||
|
$(TOPTARGETS): $(SUBFOLDERS)
|
||||||
|
|
||||||
|
$(SUBFOLDERS):
|
||||||
|
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||||
|
|
||||||
|
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
1
thermosphere/.gitignore
vendored
Normal file
1
thermosphere/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
out
|
Loading…
Reference in New Issue
Block a user