diff --git a/Makefile b/Makefile index 94c50e1..0e73321 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,10 @@ $(APK): $(ALIGNED) release: $(APK) -clean: - rm $(OUT_DIR)/*.apk +clean: androidclean + +androidclean: + cd platforms/android && ./gradlew clean distclean: rm -r node_modules platforms plugins www