build: fix clean target

This commit is contained in:
Michael Scire 2021-09-05 15:55:48 -07:00 committed by SciresM
parent e0f45d54f1
commit 1e4356cdb9

View file

@ -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