mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-30 06:47:09 +02:00
build: fix clean target
This commit is contained in:
parent
98e585a0d2
commit
4a19a8cacc
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…
Reference in New Issue
Block a user