16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "c64_c_userport",
|
|
"description": "Project c64_c_userport",
|
|
"toolkit": "cc65",
|
|
"sources": [
|
|
"src/main.c",
|
|
"src/menu/menu.c",
|
|
"src/input.c"
|
|
],
|
|
"build": "debug",
|
|
"definitions": [],
|
|
"includes": [],
|
|
"args": [],
|
|
"compiler": ""
|
|
}
|