6 lines
96 B
Makefile
6 lines
96 B
Makefile
|
install: bin/PenaltyTimer-debug.apk
|
||
|
adb install -r $<
|
||
|
|
||
|
bin/PenaltyTimer-debug.apk:
|
||
|
ant debug
|