add Makefile in task_5
This commit is contained in:
parent
46df608d79
commit
b8325ceceb
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,11 +8,13 @@
|
|||||||
# auto-generating trash from cmake
|
# auto-generating trash from cmake
|
||||||
build/
|
build/
|
||||||
CMakeFiles/
|
CMakeFiles/
|
||||||
Makefile
|
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
*.cmake
|
*.cmake
|
||||||
*.a
|
*.a
|
||||||
|
|
||||||
|
task_1_2/Makefile
|
||||||
|
task_3/Makefile
|
||||||
|
|
||||||
|
|
||||||
# for task3
|
# for task3
|
||||||
counter.txt
|
counter.txt
|
2
task_5/Makefile
Normal file
2
task_5/Makefile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
default_target:
|
||||||
|
g++ socket_up.cpp socket_handler.cpp main.cpp -o main -lws2_32 && main.exe
|
Loading…
x
Reference in New Issue
Block a user