don't download aes in Makefile

This commit is contained in:
ThomasV 2015-09-08 16:52:58 +02:00
parent 584cc5d31f
commit c481e61417
1 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@ theming:
apk:
# running pre build setup
@cp tools/buildozer.spec ../../buildozer.spec
# get aes.py
@cd ../..; curl -O -L https://raw.github.com/devrandom/slowaes/master/python/aes.py
# rename electrum to main.py
@mv ../../electrum ../../main.py
@-if [ ! -d "../../.buildozer" ];then \
@ -21,8 +19,6 @@ apk:
@make clean
clean:
# Cleaning up
# remove aes
@-rm ../../aes.py
# rename main.py to electrum
@-mv ../../main.py ../../electrum
# remove buildozer.spec