Skip to content

Commit ee82075

Browse files
committed
Changed makefile to produce 'warsofcatan' executable.
1 parent f629e7d commit ee82075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export SRC_HOME := $(realpath src)
33
export INCL_HOME := $(realpath include)
44
export TEST_LINK_FILES := $(realpath UnitTest++/libUnitTest++.a)
55
export TEST_INCLUDE := $(realpath UnitTest++/src)
6-
EXECUTABLE := checkers-spike
6+
EXECUTABLE := warsofcatan
77
ALLFILES := $(wildcard $(SRC_HOME)/*) $(wildcard $(INCL_HOME)/*)
88
export CXX := g++
99
export LD := g++

0 commit comments

Comments
 (0)