build::
	ant debug

install::
	-adb uninstall my.lan.zooty
	adb install bin/AardRemoteDemo-debug.apk

logcat::
	adb logcat 'AardRemote:*' \
	   'AardTalkerService:*' \
	   'DeviceListActivity:*' '*:S'

clean::
	ant clean
