We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f629e7d commit ee82075Copy full SHA for ee82075
Makefile
@@ -3,7 +3,7 @@ export SRC_HOME := $(realpath src)
3
export INCL_HOME := $(realpath include)
4
export TEST_LINK_FILES := $(realpath UnitTest++/libUnitTest++.a)
5
export TEST_INCLUDE := $(realpath UnitTest++/src)
6
-EXECUTABLE := checkers-spike
+EXECUTABLE := warsofcatan
7
ALLFILES := $(wildcard $(SRC_HOME)/*) $(wildcard $(INCL_HOME)/*)
8
export CXX := g++
9
export LD := g++
0 commit comments