mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
add response builder to makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user