Skip to content

Instantly share code, notes, and snippets.

@zv
Created September 2, 2012 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zv/3602558 to your computer and use it in GitHub Desktop.
Save zv/3602558 to your computer and use it in GitHub Desktop.
Sample rebar.config for Chris
Invoke with
erl -pa ebin -pa deps/*/ebin
%------------ rebar.config ------------%
%%-*- mode: erlang -*-
{erl_opts, [warnings_as_errors,
warn_export_all]}.
{xref_checks, [undefined_function_calls]}.
{deps,
[
{eredis, ".*", {git, "https://github.com/wooga/eredis.git", "HEAD"}}
]
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment