fix clean target
This commit is contained in:
parent
dad8eed809
commit
abd237fc64
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -35,8 +35,10 @@ $(APK): $(ALIGNED)
|
||||||
|
|
||||||
release: $(APK)
|
release: $(APK)
|
||||||
|
|
||||||
clean:
|
clean: androidclean
|
||||||
rm $(OUT_DIR)/*.apk
|
|
||||||
|
androidclean:
|
||||||
|
cd platforms/android && ./gradlew clean
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -r node_modules platforms plugins www
|
rm -r node_modules platforms plugins www
|
||||||
|
|
Reference in a new issue