diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-17 21:19:54 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-17 21:19:54 -0600 |
commit | acd427c58353789cd29814d9d62733703a0139b9 (patch) | |
tree | 7a43f7fc64abce39751e8da5540681601d05f71f /P3/Makefile | |
parent | help (diff) | |
download | csci4061-acd427c58353789cd29814d9d62733703a0139b9.tar csci4061-acd427c58353789cd29814d9d62733703a0139b9.tar.gz csci4061-acd427c58353789cd29814d9d62733703a0139b9.tar.bz2 csci4061-acd427c58353789cd29814d9d62733703a0139b9.tar.lz csci4061-acd427c58353789cd29814d9d62733703a0139b9.tar.xz csci4061-acd427c58353789cd29814d9d62733703a0139b9.tar.zst csci4061-acd427c58353789cd29814d9d62733703a0139b9.zip |
Close #14 because I dumb
Diffstat (limited to 'P3/Makefile')
-rw-r--r-- | P3/Makefile | 2 |
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 |