From 99073c77c589dbb13a83c9c1bd87276490e18ba7 Mon Sep 17 00:00:00 2001 From: Brandon Jackson <1drummer@att.net> Date: Tue, 27 Oct 2015 21:37:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3aba00..9168d23 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Reposity for the second CSCE 315 project To compile everything: g++ -std=c++11 test.cpp Engine.cpp Board.cpp Piece.cpp -o runner -or, alternatively if you delete the Parser.h and Parser.cpp (there's no need for them) +or, alternatively if you delete the Parser.h, Parser.cpp, and Client.cpp (there's no need for them currently) g++ -std=c++11 *.cpp -o runner To launch the server: