android-rollerderby-penalty.../Makefile

16 lines
330 B
Makefile
Raw Normal View History

2012-05-26 16:22:14 -06:00
install: debug-install
debug-install: bin/PenaltyTimer-debug.apk
adb install -r $<
release-install: bin/PenaltyTimer-release.apk
2012-04-03 13:07:33 -06:00
adb install -r $<
2012-04-05 19:37:15 -06:00
clean:
ant clean
2012-04-03 13:07:33 -06:00
2012-05-26 16:22:14 -06:00
bin/PenaltyTimer-release.apk: src/org/woozle/penaltytimer/* res/*/*
ant release
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