1 2 3 4 5 6 7
CXX = g++ CXXFLAGS = -Wall main: $(CXX) $(CXXFLAGS) server.cpp -o server $(CXX) $(CXXFLAGS) client.cpp -o client