add Makefile in task_5

This commit is contained in:
Ivanov Matvey 2025-01-13 02:52:52 +10:00
parent 46df608d79
commit b8325ceceb
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@ -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
View File

@ -0,0 +1,2 @@
default_target:
g++ socket_up.cpp socket_handler.cpp main.cpp -o main -lws2_32 && main.exe