mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-20 03:24:51 +00:00
Added top-level makefile and a .gitignore for thermosphere build files.
This commit is contained in:
parent
9169470b77
commit
a53abd699c
2 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue