Skip to content

Commit

Permalink
Updated rebar to work as dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed May 5, 2012
1 parent f2bb0c6 commit 1317f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{lib_dirs, []}.
{erl_opts, [{i, "apps"}, {i,"deps"}, {i, "deps/alog/include"}, debug_info]}.
{erl_opts, [{i, "apps"}, {i,"deps"}, {i, "../deps/alog/include"}, {i, "deps/alog/include"}, debug_info]}.
{sub_dirs, ["rel"]}.
{deps,
[{alog, ".*", {git, "https://github.com/siberian-fast-food/alogger.git", {branch, "master"}}}]}.

0 comments on commit 1317f5d

Please sign in to comment.