diff --git a/README.md b/README.md index fde54fb..35a9974 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SimpleNetwork +# Simple Network for Networking

 $ ./server 5050 1 
diff --git a/example-client/Makefile b/example-client/Makefile index 2ba3164..1e37d63 100644 --- a/example-client/Makefile +++ b/example-client/Makefile @@ -1,2 +1,3 @@ all: +# type in command prompt g++ -Wall -o client client.cpp -I../src/ ../src/TCPServer.cpp ../src/TCPClient.cpp -std=c++11 -lpthread