summaryrefslogtreecommitdiff
path: root/.rebar/templates/rebar-dev.config
blob: 8d0e3966804de49c1b148324de0df7f6c85e6fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{sub_dirs, [
    "apps/chttpd",
    "apps/couch",
    "apps/etap",
    "apps/fabric",
    "apps/ibrowse",
    "apps/mem3",
    "apps/mochiweb",
    "apps/oauth",
    "apps/rexi",
    "apps/showroom",
    "rel"
]}.
{erl_opts, [debug_info]}.