simple-qemu-manager/.ecode/project_build.json

37 lines
610 B
JSON
Raw Permalink Normal View History

2025-12-04 19:45:18 +01:00
{
"Debug": {
"build": [
{
"args": "-j8",
"command": "make",
"working_dir": ""
}
],
"build_types": [],
"clean": [
{
"args": "clean",
"command": "c3c",
"working_dir": ""
}
],
"config": {
"clear_sys_env": false
},
"os": [],
"output_parser": {
"config": {
"preset": "generic",
"relative_file_paths": true
}
},
"run": [
{
"args": "",
"command": "build/ugui",
"name": "Custom Executable",
"working_dir": ""
}
]
}
}