kodev: fix clean command for android

This commit is contained in:
Qingping Hou
2016-03-01 21:04:22 -08:00
committed by NiLuJe
parent f213fb6405
commit 32874b18c5

2
kodev
View File

@@ -130,7 +130,7 @@ ${SUPPORTED_TARGETS}"
;;
android)
make TARGET=android clean
rm *.apk
rm -f *.apk
;;
pocketbook)
make TARGET=pocketbook clean