pokepinballrs/objdiff.json
2024-09-27 20:55:53 -05:00

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"
]
}