summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-10-28 15:20:18 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-10-28 15:20:18 +0100
commit2477b45428662d56ddd5a1363c647bf18924a23c (patch)
treeb8c58c3d3886b4fbc722c78bc64c622de102a448 /run
parentdc7968023eaa4373b4c20c9a85d082e797183aca (diff)
downloadRustAndDust-2477b45428662d56ddd5a1363c647bf18924a23c.zip
RustAndDust-2477b45428662d56ddd5a1363c647bf18924a23c.tar.gz
run : add call to task ctags on 'j'
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 1f6613d..7969167 100755
--- a/run
+++ b/run
@@ -27,7 +27,7 @@ case "$1" in
;;
"j")
shift;
- ARGS="core:compileJava $@"
+ ARGS="core:compileJava ctags $@"
gradlew_do
;;
"d")