We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3167c commit 3d53576Copy full SHA for 3d53576
makefile
@@ -11,14 +11,14 @@ ifeq ($(OS),Windows_NT)
11
EXE_EXTENSION = .exe
12
SRC_DIR = .\src
13
BIN_DIR = .\bin
14
- TARGET = $(BIN_DIR)\CeeChess-v1.4-genetic
+ TARGET = $(BIN_DIR)\CeeChess-v1.4
15
else
16
RM = rm -rf
17
EXE_EXTENSION = -linux
18
CFLAGS += -D LINUX
19
SRC_DIR = ./src
20
BIN_DIR = ./bin
21
- TARGET = $(BIN_DIR)/CeeChess-v1.4-genetic
+ TARGET = $(BIN_DIR)/CeeChess-v1.4
22
endif
23
24
# Automatically discover all source and header files in the ./src directory
0 commit comments