aboutsummaryrefslogtreecommitdiffstats
path: root/P4/Makefile
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-12-16 06:38:12 -0600
committerMatt Strapp <strap012@umn.edu>2020-12-16 06:38:12 -0600
commitbdd1a19e5bddf75a79814692cef07513085bdf51 (patch)
treed3182012fdbf00c69fadee03fc0a7538099776b8 /P4/Makefile
parentadd temporary header print (diff)
downloadcsci4061-bdd1a19e5bddf75a79814692cef07513085bdf51.tar
csci4061-bdd1a19e5bddf75a79814692cef07513085bdf51.tar.gz
csci4061-bdd1a19e5bddf75a79814692cef07513085bdf51.tar.bz2
csci4061-bdd1a19e5bddf75a79814692cef07513085bdf51.tar.lz
csci4061-bdd1a19e5bddf75a79814692cef07513085bdf51.tar.xz
csci4061-bdd1a19e5bddf75a79814692cef07513085bdf51.tar.zst
csci4061-bdd1a19e5bddf75a79814692cef07513085bdf51.zip
finish P4
Diffstat (limited to 'P4/Makefile')
-rw-r--r--P4/Makefile2
1 files changed, 1 insertions, 1 deletions
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