mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-22 01:34:19 -05:00
26 lines
440 B
JSON
26 lines
440 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/encounter/objdiff/main/config.schema.json",
|
|
"target_dir": "expected_objs",
|
|
"build_target": false,
|
|
"base_dir": "build/pokepinballrs/src",
|
|
"build_base": true,
|
|
"watch_patterns": [
|
|
"*.c",
|
|
"*.cp",
|
|
"*.cpp",
|
|
"*.cxx",
|
|
"*.h",
|
|
"*.hp",
|
|
"*.hpp",
|
|
"*.hxx",
|
|
"*.s",
|
|
"*.S",
|
|
"*.asm",
|
|
"*.inc",
|
|
"*.py",
|
|
"*.yml",
|
|
"*.txt",
|
|
"*.json"
|
|
]
|
|
}
|