From 15d5b7b18f30ea057f3c4e729e2e1027cbaca490 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Tue, 12 Nov 2013 22:59:29 +0000 Subject: [PATCH] add 'clean' to makefile - quick clean of mobile project --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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