summaryrefslogtreecommitdiff
path: root/rebar.config
blob: 7664441becfe582e1f777ce4e4ae2cfbf4c39a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"]}.