add response builder to makefile

This commit is contained in:
Nayan
2025-05-08 17:12:44 -04:00
parent 3426a8cdf5
commit 451df18af9

View File

@@ -5,7 +5,7 @@ RELEASE_FLAGS = -Wall -Wextra
LFLAGS = -lpthread LFLAGS = -lpthread
# Source files # Source files
SRCS = webserver.c client_handler.c request_handler.c http_stuff.c SRCS = webserver.c client_handler.c request_handler.c http_stuff.c response_builder.c
# Object files definition # Object files definition
OBJS = $(SRCS:.c=.o) OBJS = $(SRCS:.c=.o)