feat: scaffold initial project structure with empty source directories and config stubs

This commit is contained in:
2025-09-25 00:35:00 +00:00
commit 4128f7b597
6 changed files with 5739 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
all: build run
build:
gcc -Wall -Wextra -O2 -g -pthread cJSON.c rproxy.c -o rproxy -lssl -lcrypto -lsqlite3 -lm
run:
./rproxy
clean:
rm -f rproxy