Make a big amalgamation of HTTP, WL, sqlite alongside cweb

This commit is contained in:
2025-09-24 10:51:12 +02:00
parent 0790a11b00
commit f2d5eef6d2
23 changed files with 275535 additions and 361 deletions
+2 -5
View File
@@ -12,11 +12,8 @@ all: cweb.c cweb.h cozisnews$(EXT)
cweb.c cweb.h: src/main.c src/main.h
python amalg.py
sqlite3.o: demo/sqlite3.c
gcc -o $@ -c $<
cozisnews$(EXT): demo/main.c cweb.c cweb.h sqlite3.o
gcc -o $@ demo/main.c demo/chttp.c demo/wl.c cweb.c sqlite3.o $(FLAGS) -Idemo
cozisnews$(EXT): demo/main.c cweb.c cweb.h
gcc -o $@ demo/main.c cweb.c $(FLAGS)
clean:
rm *.o *.out *.exe