android-rollerderby-penalty.../Makefile

9 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