Skip to content

Commit

Permalink
Generate rebar.config on build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoliu authored and essen committed Nov 25, 2016
1 parent 7678f97 commit c747a61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master
# Standard targets.

include erlang.mk

# Generate rebar.config on build.

app:: rebar.config
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{cowlib, ".*", {git, "https://github.com/extend/cowlib.git", "1.3.0"}},
{ranch, ".*", {git, "https://github.com/extend/ranch.git", "master"}}
{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","master"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.

0 comments on commit c747a61

Please sign in to comment.