Files
fc/server/tools/gen_proto/Emakefile
T

13 lines
115 B
Erlang
Raw Normal View History

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