add a full makefile that drives rebar

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-09-03 11:33:40 -05:00
parent 9514b16993
commit 51b5a41c63
3 changed files with 73 additions and 1 deletions

View file

@ -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]}.