diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-17 21:10:43 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-17 21:10:43 -0500 |
commit | 629792f36baaaddaeb8ce654760ca4392a571cc5 (patch) | |
tree | b8332107bf24ee9612123ab7c03939da58085290 /include | |
parent | 54e1231e4f34e3bcb9ccdbbd07565fe2538c5401 (diff) |
start of moving to splitting state from config parsing
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index ec9057b..9452633 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -22,3 +22,7 @@ short_desc :: string(), % A one line short description of the task example :: string(), % An example of the task usage opts :: list()}). % The list of options that the task requires/understands + +-define(DEFAULT_LIB_DIRS, ["apps", "libs", "."]). +-define(DEFAULT_CONFIG_FILE, "rebar.config"). +-define(LOCK_FILE, "rebar.lock"). |