From: Alexis Laferrière Date: Thu, 12 Nov 2015 19:37:10 +0000 (-0500) Subject: tnitter: add the clean rule to Makefile X-Git-Tag: v0.8~88^2~1 X-Git-Url: http://nitlanguage.org tnitter: add the clean rule to Makefile Signed-off-by: Alexis Laferrière --- diff --git a/contrib/tnitter/Makefile b/contrib/tnitter/Makefile index 2f6efba..daa66df 100644 --- a/contrib/tnitter/Makefile +++ b/contrib/tnitter/Makefile @@ -22,3 +22,6 @@ android-release: $(shell ../../bin/nitls -M src/tnitter_app_android.nit) res/dra res/drawable-ldpi/icon.png: art/icon.svg mkdir -p res ../inkscape_tools/bin/svg_to_icons art/icon.svg --android --out res/ + +clean: + rm -r res bin