mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 04:54:49 +00:00
build: fix clean target
This commit is contained in:
parent
98e585a0d2
commit
4a19a8cacc
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -61,6 +61,11 @@ libraries:
|
|||
clean:
|
||||
$(MAKE) -C fusee clean
|
||||
$(MAKE) -C emummc clean
|
||||
$(MAKE) -C libraries clean
|
||||
$(MAKE) -C exosphere clean
|
||||
$(MAKE) -C thermosphere clean
|
||||
$(MAKE) -C mesosphere clean
|
||||
$(MAKE) -C stratosphere clean
|
||||
rm -rf out
|
||||
|
||||
dist-no-debug: all
|
||||
|
|
Loading…
Add table
Reference in a new issue