From a80f3ce0b074b99b6f66bf0c9db28f89d53e5847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 29 May 2013 16:06:31 +0200 Subject: README now suggest to use scripts. I've entered a new script: compile.sh I've also simlinked README.txt to README. In the future, if we want to write another file in another format (MarkDown?), we will only have to change the target of the README file. --- compile.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 compile.sh (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh new file mode 100755 index 00000000..627728cb --- /dev/null +++ b/compile.sh @@ -0,0 +1,3 @@ +#!/bin/bash +android update project --path . +ant debug -- cgit v1.2.3