aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-11-25 14:47:16 +0000
committerzedarider <ymherklotz@gmail.com>2016-11-25 14:47:16 +0000
commitb12a0df92452c8da471e36218effadd6f5958556 (patch)
tree55f08c05e98b5452b907d68f7f85ee09369828db
parent44bcbd77f83baf64dc57ae8f816492194da7aa87 (diff)
downloadChessAI-b12a0df92452c8da471e36218effadd6f5958556.tar.gz
ChessAI-b12a0df92452c8da471e36218effadd6f5958556.zip
merged make file
-rw-r--r--Makefile6
-rwxr-xr-xbin/chess_aibin326304 -> 95168 bytes
-rw-r--r--include/chess_tester.hpp4
3 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index ccca428..d08e45f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,8 @@ TARGET := bin/chess_ai
SRCEXT := cpp
SOURCES := $(shell find $(SRCDIR) -type f -name "*.$(SRCEXT)")
OBJECTS := $(patsubst $(SRCDIR)/%,$(BUILDDIR)/%,$(SOURCES:.$(SRCEXT)=.o))
-<<<<<<< HEAD
-CFLAGS := -g -Wall -Wextra -std=c++14
-=======
CFLAGS := -g -Wall -Wextra -Wpedantic -std=c++14
->>>>>>> 95f75aa7aacf5e0e1ef11e8d200f84de44bd891f
-LIB :=
+LIB :=
INC := -I include
$(TARGET): $(OBJECTS)
diff --git a/bin/chess_ai b/bin/chess_ai
index 6114edc..1494202 100755
--- a/bin/chess_ai
+++ b/bin/chess_ai
Binary files differ
diff --git a/include/chess_tester.hpp b/include/chess_tester.hpp
index c0c2f1c..d2994ad 100644
--- a/include/chess_tester.hpp
+++ b/include/chess_tester.hpp
@@ -32,7 +32,7 @@ struct tested_pieces {
};
class chess_tester {
-
+
public:
// sets all the initial values for the tester
@@ -56,7 +56,7 @@ public:
// see if test is in vector
bool is_in_vec(const tested_pieces& piece) const;
-
+
private:
// checks if the test suite is running