diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-18 18:07:22 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-18 18:07:22 -0500 |
commit | 070689632bf5718e2e80fb9b10cf26837fb4e976 (patch) | |
tree | 2bc8337449a2a4562d52b721608c57f707e55c6b /include | |
parent | 629792f36baaaddaeb8ce654760ca4392a571cc5 (diff) |
only build unbuilt deps
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index 9452633..bc74b59 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -24,5 +24,6 @@ opts :: list()}). % The list of options that the task requires/understands -define(DEFAULT_LIB_DIRS, ["apps", "libs", "."]). +-define(DEFAULT_DEPS_DIRS, ["deps"]). -define(DEFAULT_CONFIG_FILE, "rebar.config"). -define(LOCK_FILE, "rebar.lock"). |