summaryrefslogtreecommitdiff
path: root/project-config.json
diff options
context:
space:
mode:
authorAdam T. Carpenter <Commodore@chunkybluegiant>2025-04-26 23:57:07 -0400
committerAdam T. Carpenter <Commodore@chunkybluegiant>2025-04-26 23:57:07 -0400
commit0976b24cad90547fec8a1252f7e962b13d711501 (patch)
tree853950c605e5c10d52ccd00b52bf8553c923fe3b /project-config.json
downloadttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.tar.xz
ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.zip
solver and prompter
Diffstat (limited to 'project-config.json')
-rw-r--r--project-config.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/project-config.json b/project-config.json
new file mode 100644
index 0000000..9bca744
--- /dev/null
+++ b/project-config.json
@@ -0,0 +1,13 @@
+{
+ "name": "ttt-c64",
+ "description": "Project ttt-c64",
+ "toolkit": "cc65",
+ "sources": [
+ "src/main.c"
+ ],
+ "build": "debug",
+ "definitions": [],
+ "includes": [],
+ "args": [],
+ "compiler": ""
+}