1
0

changes for new toolchain

This commit is contained in:
akshayaurora
2016-06-01 01:56:34 +05:30
committed by ThomasV
parent f061fe047d
commit 07c5f02639
6 changed files with 13 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
PYTHON = python
# needs kivy installed or in PYTHONPATH
.PHONY: theming apk clean
@@ -17,11 +18,11 @@ prepare:
fi
apk:
@make prepare
@-cd ../..; buildozer android debug deploy run
@-cd ../..; buildozer android_new debug deploy run
@make clean
release:
@make prepare
@-cd ../..; buildozer android release
@-cd ../..; buildozer android_new release
@make clean
clean:
# Cleaning up