mirror of
https://github.com/nealey/android-rollerderby-penalty-timer
synced 2025-01-06 12:00:36 -07:00
8 lines
153 B
Makefile
8 lines
153 B
Makefile
install: bin/PenaltyTimer-debug.apk
|
|
adb install -r $<
|
|
|
|
clean:
|
|
ant clean
|
|
|
|
bin/PenaltyTimer-debug.apk: src/org/woozle/penaltytimer/* res/*/*
|
|
ant debug
|