Renamed output files to appropriate names

This commit is contained in:
TriantaTV 2023-09-30 01:40:56 -05:00
parent 74db97438b
commit 42a1213dcc

View File

@ -1,8 +1,8 @@
add_executable(proxy-network add_executable(web_server
./mt_web_server.cpp ./mt_web_server.cpp
) )
add_executable(tempmulti add_executable(proxy
./multi_threads.cpp ./multi_threads.cpp
) )