android-rollerderby-penalty.../Makefile
2012-04-05 19:37:15 -06:00

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