From 02034c0d5c81ea6b02cb78836558b8614f722a51 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 24 Jul 2013 14:10:39 -0400
Subject: [PATCH] Makefile: clean java and app as well

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index db228daac..9311d737a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,4 +16,5 @@ uninstall:
 	adb uninstall com.savoirfairelinux.sflphone
 
 clean:
-	rm -rf obj
+	ant clean
+	rm -rf obj $(APP)
-- 
GitLab