add 'clean' to makefile - quick clean of mobile project

This commit is contained in:
Jon Atkins 2013-11-12 22:59:29 +00:00
parent 3afaa5a5b9
commit 15d5b7b18f

View File

@ -1,2 +1,6 @@
default:
./build.py
clean:
ant -f mobile/build.xml clean