diff --git a/Makefile b/Makefile index 82b0c47e..336e5120 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ default: ./build.py + + +clean: + ant -f mobile/build.xml clean