diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2014-11-10 19:03:25 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2014-11-10 22:37:09 +0000 |
commit | c832b567dba73ddbed961b265f2018b3f2cb45ae (patch) | |
tree | e82b6bba0a1e6e68c17adeb185cb5fad399b3a4c /include | |
parent | e202367322b7ce155379196f42a009cf5bfa7e22 (diff) |
Redo templates with docs and whatnot
This totally breaks compatibility with rebar2, and maybe it shouldn't
have.
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 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(). |