summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2014-11-10 19:35:10 -0600
committerTristan Sloughter <tristan.sloughter@gmail.com>2014-11-10 19:35:10 -0600
commit022ffdf6cb7fdf77f5bc3e3d2ecbe715a9b84c7a (patch)
treec70c4a6b9065b0132e785dcf15b90f9833577c7f /include
parente202367322b7ce155379196f42a009cf5bfa7e22 (diff)
parent392abf148122be020f3955005497d488d3f881fd (diff)
Merge pull request #28 from tsloughter/templates-redux
Redo templates with docs and whatnot
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 78a3f02..10e21d4 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -20,6 +20,7 @@
-define(DEFAULT_TEST_DEPS_DIR, "_tdeps").
-define(DEFAULT_CONFIG_FILE, "rebar.config").
-define(LOCK_FILE, "rebar.lock").
+-define(HOME_DIR, ".rebar3").
-ifdef(namespaced_types).
-type rebar_dict() :: dict:dict().