This commit is contained in:
2023-08-01 03:25:16 +03:00
parent 4026c398e3
commit bab9d2d315
6 changed files with 131 additions and 0 deletions

7
~/C/rest_server/Makefile Normal file
View File

@@ -0,0 +1,7 @@
CC = clang
all:
$(CC) -std=c99 -Wall -O3 -o rest main.c -lulfius -lorcania
tcc:
tcc -O3 -I./ulfius/include -I./orcania/include -o rest main.c libulfius.2.7.13.a liborcania.2.3.2.a -lyder -lgnutls -lz -ljansson -lmicrohttpd -lcurl