summaryrefslogtreecommitdiff
path: root/include/rebar.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rebar.hrl')
-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").