2 lines
91 B
Makefile
2 lines
91 B
Makefile
default_target:
|
|
g++ socket_up.cpp socket_handler.cpp main.cpp -o main -lws2_32 && main.exe
|