From 0976b24cad90547fec8a1252f7e962b13d711501 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 26 Apr 2025 23:57:07 -0400 Subject: solver and prompter --- project-config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 project-config.json (limited to 'project-config.json') 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": "" +} -- cgit v1.2.3