From bdd1a19e5bddf75a79814692cef07513085bdf51 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 16 Dec 2020 06:38:12 -0600 Subject: finish P4 --- P4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P4/Makefile') diff --git a/P4/Makefile b/P4/Makefile index 2829f78..c404375 100644 --- a/P4/Makefile +++ b/P4/Makefile @@ -3,7 +3,7 @@ CFLAGS = -D_REENTRANT LDFLAGS = -lpthread -pthread web_server: server.c util.c - ${CC} -Wall -o web_server server.c util.c ${LDFLAGS} + ${CC} -Wall -g -o web_server server.c util.c ${LDFLAGS} clean: rm web_server webserver_log -- cgit v1.2.3