mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-05 15:48:43 +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:
|
clean:
|
||||||
$(MAKE) -C fusee clean
|
$(MAKE) -C fusee clean
|
||||||
$(MAKE) -C emummc 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
|
rm -rf out
|
||||||
|
|
||||||
dist-no-debug: all
|
dist-no-debug: all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue