aboutsummaryrefslogtreecommitdiffstats
path: root/P3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'P3/Makefile')
-rw-r--r--P3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/Makefile b/P3/Makefile
index 921a089..d109601 100644
--- a/P3/Makefile
+++ b/P3/Makefile
@@ -3,7 +3,7 @@ CFLAGS = -D_REENTRANT
LDFLAGS = -lpthread -pthread
web_server: server.c
- ${CC} -Wall -o web_server server.c util.o ${LDFLAGS}
+ ${CC} -Wall -g -o web_server server.c util.o ${LDFLAGS}
clean:
rm web_server webserver_log