summaryrefslogtreecommitdiff
path: root/project-config.json
blob: 9bca74464925ff3d0d85a34759a2dcce9e949a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "ttt-c64",
    "description": "Project ttt-c64",
    "toolkit": "cc65",
    "sources": [
        "src/main.c"
    ],
    "build": "debug",
    "definitions": [],
    "includes": [],
    "args": [],
    "compiler": ""
}