From 6dba3fa96342ee51f260eb17094c17ecaaf0157f Mon Sep 17 00:00:00 2001 From: Blboun3 <62328614+Blboun3@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:47:50 +0100 Subject: [PATCH] idk what am I doing anymore --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1bb93a5..69db38b 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ clean: @rm -rf server server: main.o httpd.o - gcc -o server $^ -lssl -lcrypto -I. + gcc -o server $^ -lssl -lcrypto -lsqlite3 -I. main.o: main.c httpd.h - gcc -c -o main.o main.c -lssl -lcrypto -I. + gcc -c -o main.o main.c -lssl -lcrypto -sqlite3 -I. httpd.o: httpd.c httpd.h gcc -c -o httpd.o httpd.c \ No newline at end of file