chore: scaffold project with gitignore, makefile, cgi scripts, and core c headers

Add initial project structure including .gitignore for build artifacts,
Makefile with gcc build and run targets, README placeholder, cgi-bin
directory with gpt.py and gpt_template.html, and core C headers for
chat, http, line input, markdown rendering, and messages.
This commit is contained in:
2025-01-04 05:00:03 +00:00
commit 02ee32e718
13 changed files with 870 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: build run
build:
gcc main.c -lssl -lcrypto -ljson-c -Ofast -o r -Werror -Wall -lpython3.14 -I/usr/include/python3.14 -lreadline -lncurses
run:
./r