diff --git a/Makefile b/Makefile index e86816c..34ae525 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,13 @@ clean: @rm -rf server server: main.o httpd.o sqlite3.o - gcc -o server $^ -lssl -lcrypto -I. + gcc -o server $^ -lssl -lcrypto -I. sqlite3.o: sqlite3.c - gcc -c -o sqlite3.o sqlite3.c + gcc -c -o sqlite3.o sqlite3.c main.o: main.c httpd.h sqlite3.h - gcc -c -o main.o main.c -lssl -lcrypto -I. + gcc -c -o main.o main.c -lssl -lcrypto -I. httpd.o: httpd.c httpd.h gcc -c -o httpd.o httpd.c \ No newline at end of file