Skip to content
Snippets Groups Projects
Commit 02034c0d authored by Tristan Matthews's avatar Tristan Matthews
Browse files

Makefile: clean java and app as well

parent 19676200
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,5 @@ uninstall:
adb uninstall com.savoirfairelinux.sflphone
clean:
rm -rf obj
ant clean
rm -rf obj $(APP)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment