egs/rebar.config
Loïc Hoguin ac0c3c551b Initial release layout
Moved files around to generate releases later on, but also to
separate the code into many different applications each with their
own purpose (patch server, game server, data storage, script compiler,
files library, and so on).
2011-12-12 10:02:34 +01:00

16 lines
225 B
Erlang

{sub_dirs, [
"apps/egs"
]}.
{dialyzer_opts, [src, {warnings, [
behaviours,
error_handling,
race_conditions,
unmatched_returns
%% underspecs
]}]}.
{erl_opts, [
%% bin_opt_info,
%% warnings_as_errors,
warn_export_all
]}.