diff --git a/Makefile b/Makefile index 019192cbe..e1355b156 100644 --- a/Makefile +++ b/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