summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorJared Morrow <jared@basho.com>2014-03-11 21:23:16 +0000
committerJared Morrow <jared@basho.com>2014-03-11 21:24:19 +0000
commit415d872730daf58a91b6fbd6d3eac1f015cb9c24 (patch)
treee8de872fa1f72bad757e1f02a7fee23e136d481a /ebin/rebar.app
parent9bb677ed9963ea54096d7223e935cda3b7cebac7 (diff)
downloadrebar-415d872730daf58a91b6fbd6d3eac1f015cb9c24.tar.gz
Keep compile recursive and update the tests to not pass -r to compile
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 2aae95e..6b4702a 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -92,9 +92,10 @@
]}
]},
{recursive_cmds, [
- 'get-deps',
'check-deps',
+ 'compile',
'delete-deps',
+ 'get-deps',
'list-deps',
'update-deps'
]}