diff options
author | Matt Strapp <strap012@umn.edu> | 2020-12-06 17:37:11 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-12-06 17:37:11 -0600 |
commit | f5ae0cd2d26d312a8eb441dba290771f683a75d3 (patch) | |
tree | d9a3342573bd74b9665b2672167122084349e1ea /P4/Makefile | |
parent | oops (diff) | |
download | csci4061-f5ae0cd2d26d312a8eb441dba290771f683a75d3.tar csci4061-f5ae0cd2d26d312a8eb441dba290771f683a75d3.tar.gz csci4061-f5ae0cd2d26d312a8eb441dba290771f683a75d3.tar.bz2 csci4061-f5ae0cd2d26d312a8eb441dba290771f683a75d3.tar.lz csci4061-f5ae0cd2d26d312a8eb441dba290771f683a75d3.tar.xz csci4061-f5ae0cd2d26d312a8eb441dba290771f683a75d3.tar.zst csci4061-f5ae0cd2d26d312a8eb441dba290771f683a75d3.zip |
fix makefile and finish P4???
Diffstat (limited to '')
-rw-r--r-- | P4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P4/Makefile b/P4/Makefile index 6f8b473..2829f78 100644 --- a/P4/Makefile +++ b/P4/Makefile @@ -6,4 +6,4 @@ web_server: server.c util.c ${CC} -Wall -o web_server server.c util.c ${LDFLAGS} clean: - rm web_server + rm web_server webserver_log |