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