Files
fc/server/tools/gen_battle/Emakefile
T

14 lines
125 B
Erlang
Raw Normal View History

2026-05-23 22:10:14 +08:00
{
[
'*'
,'cfg/*'
,'core/*'
]
,[
debug_info
,{hipe, [o3]}
,{i, "../../server/inc"}
,{outdir, "./ebin"}
]
}.