android-rollerderby-penalty.../Makefile

9 lines
153 B
Makefile
Raw Normal View History

2012-04-03 13:07:33 -06:00
install: bin/PenaltyTimer-debug.apk
adb install -r $<
2012-04-05 19:37:15 -06:00
clean:
ant clean
2012-04-03 13:07:33 -06:00
2012-04-05 19:37:15 -06:00
bin/PenaltyTimer-debug.apk: src/org/woozle/penaltytimer/* res/*/*
2012-04-03 13:07:33 -06:00
ant debug