summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config13
1 files changed, 13 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 00000000..7664441b
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,13 @@
+{sub_dirs, [
+ "apps/ibrowse",
+ "apps/couch",
+ "apps/etap",
+ "apps/fabric",
+ "apps/mem3",
+ "apps/mochiweb",
+ "apps/oauth",
+ "apps/rexi"
+ "rel"
+]}.
+{erl_opts, [debug_info]}.
+{lib_dirs, ["apps"]}.