Files

18 lines
233 B
Erlang
Raw Permalink Normal View History

2026-05-23 22:10:14 +08:00
{
[
'./*'
,'cfg/*'
,'core/*'
,'inc/*'
,'valid_file/*'
,'../../docs/trunk/editor/data/map/*'
,'../../docs/trunk/editor/data/battle_map/*'
]
,[
debug_info
,{hipe, [o3]}
,{i, "./inc"}
,{outdir, "../ebin"}
]
}.