add a full makefile that drives rebar
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
parent
9514b16993
commit
51b5a41c63
3 changed files with 73 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
|
||||
|
||||
%% These are all only compile time dependencies
|
||||
{deps, [
|
||||
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}
|
||||
]}.
|
||||
|
||||
{erl_opts,
|
||||
[debug_info,
|
||||
warnings_as_errors]}.
|
||||
warnings_as_errors]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue