Retoor software development Projects Research SearchXNG
Register Sign In

8 lines
158 B
Makefile
Raw Normal View History

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.
2025-01-04 06:00:03 +01:00
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
Reference in New Issue Copy Permalink
af26cb29b3
r/Makefile
Response time: 103ms
Mail Licenses API