Commit 6b67e23d authored by Matthew Burket's avatar Matthew Burket
Browse files

Change ELF name

parent 21d21314
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ project(coms352_project2_part2 C)

set(CMAKE_C_STANDARD 11)

add_executable(coms352_project2_part2 main.c http.c http.h utils.c utils.h buffer.c buffer.h network.c network.h file.c file.h)
 No newline at end of file
add_executable(http_server main.c http.c http.h utils.c utils.h buffer.c buffer.h network.c network.h file.c file.h)
 No newline at end of file