summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config9
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