From cd8f34fa6c587ef3d059f902c5c38e5120b1e960 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Thu, 12 Nov 2015 14:37:10 -0500 Subject: [PATCH] tnitter: add the clean rule to Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/tnitter/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.9.5