From: Alexis Laferrière Date: Thu, 28 Jan 2016 17:18:14 +0000 (-0500) Subject: contrib/tinks: remove the archive rule X-Git-Tag: v0.8~4^2 X-Git-Url: http://nitlanguage.org contrib/tinks: remove the archive rule Signed-off-by: Alexis Laferrière --- diff --git a/contrib/tinks/Makefile b/contrib/tinks/Makefile index 33b6df8..e637d0c 100644 --- a/contrib/tinks/Makefile +++ b/contrib/tinks/Makefile @@ -49,10 +49,4 @@ android-release: assets/images/drawing.png res/drawable-ldpi/icon.png $(shell .. res/drawable-ldpi/icon.png: art/icon.svg ../inkscape_tools/bin/svg_to_icons art/icon.svg --android --out res/ -# Archive -pub: assets/images/drawing.png src/client/client_serialize.nit bin/tinks.apk - ../../bin/nitc --no-stacktrace -o bin/tinks src/client/linux_client.nit -m src/client/client_serialize.nit - tar -czvf bin/tinks.tar.gz bin/tinks assets/ - scp bin/tinks.tar.gz bin/tinks.apk xymus.net:/var/www/pub/ - .PHONY: pub