Makefiles updated
This commit is contained in:
parent
4a2d9b1b78
commit
3b33da79f2
4
Makefile
4
Makefile
|
@ -22,6 +22,10 @@ cleanbuildozer:
|
||||||
|
|
||||||
cleanall: clean cleanbuildozer
|
cleanall: clean cleanbuildozer
|
||||||
|
|
||||||
|
preparewheel:
|
||||||
|
pyclean .
|
||||||
|
$(MAKE) -C sbapp cleanrns
|
||||||
|
|
||||||
build_wheel:
|
build_wheel:
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 setup.py sdist bdist_wheel
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,8 @@ endif
|
||||||
release:
|
release:
|
||||||
buildozer android release
|
buildozer android release
|
||||||
|
|
||||||
postbuild: cleanrns
|
postbuild:
|
||||||
|
$(MAKE) cleanrns
|
||||||
|
|
||||||
apk: prepare prebake pacthfiles release postbuild
|
apk: prepare prebake pacthfiles release postbuild
|
||||||
|
|
||||||
|
@ -60,7 +61,7 @@ install:
|
||||||
adb install bin/sideband-$$(python ./gv.py)-arm64-v8a-release.apk
|
adb install bin/sideband-$$(python ./gv.py)-arm64-v8a-release.apk
|
||||||
|
|
||||||
console:
|
console:
|
||||||
(adb logcat | grep python)
|
(adb logcat | grep "python\|sidebandservice")
|
||||||
|
|
||||||
getrns:
|
getrns:
|
||||||
(cp -rv ../../Reticulum/RNS ./;rm ./RNS/Utilities/RNS;rm ./RNS/__pycache__ -r)
|
(cp -rv ../../Reticulum/RNS ./;rm ./RNS/Utilities/RNS;rm ./RNS/__pycache__ -r)
|
||||||
|
|
Loading…
Reference in New Issue