summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-18 18:07:22 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-18 18:07:22 -0500
commit070689632bf5718e2e80fb9b10cf26837fb4e976 (patch)
tree2bc8337449a2a4562d52b721608c57f707e55c6b /include
parent629792f36baaaddaeb8ce654760ca4392a571cc5 (diff)
only build unbuilt deps
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl1
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").