diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-11 16:56:51 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-11 17:39:38 -0400 |
commit | 35da277fe75b2786952dbfb867cf60bdaab5f65d (patch) | |
tree | 928e44620e2a3248550509c4571d791a393f5f36 /rebar.config | |
parent | ad7099a4e3f3d2035e3e26419a633b4bb1ce7b7c (diff) |
replace autotools with rebar
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config new file mode 100644 index 00000000..f72523b2 --- /dev/null +++ b/rebar.config @@ -0,0 +1,9 @@ +{sub_dirs, [ + "apps/couch", + "apps/etap", + "apps/ibrowse", + "apps/mochiweb", + "apps/oauth", + "rel" +]}. +{erl_opts, [debug_info]}.
\ No newline at end of file |