Commit a18ad6e5 authored by Matthew Burket's avatar Matthew Burket
Browse files

Change exec name

parent 23ea7e7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ project(coms352_project2_part1 C)

set(CMAKE_C_STANDARD 11)

add_executable(coms352_project2_part1 main.c)
 No newline at end of file
add_executable(http_client main.c connect.c connect.h buffer.c buffer.h)
 No newline at end of file