mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 09:13:43 -04:00
Revamp all the Makefiles (thanks @fincs @WinterMute)
... dependencies are now properly handled (e.g. header changes, etc.)
This commit is contained in:
parent
7bfdf63a71
commit
b4eeddd7e1
23 changed files with 773 additions and 304 deletions
14
Makefile
14
Makefile
|
@ -1,12 +1,10 @@
|
|||
SUBFOLDERS := exosphere fusee stratosphere thermosphere
|
||||
|
||||
TOPTARGETS := all clean
|
||||
|
||||
$(TOPTARGETS): $(SUBFOLDERS)
|
||||
all: fusee
|
||||
fusee:
|
||||
$(MAKE) -C $@ all
|
||||
|
||||
$(SUBFOLDERS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
clean:
|
||||
$(MAKE) -C fusee clean
|
||||
|
||||
fusee: exosphere thermosphere stratosphere
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||
.PHONY: $(TOPTARGETS) fusee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue