Skip to content

Commit 3d53576

Browse files
authored
Update makefile
1 parent 6f3167c commit 3d53576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ ifeq ($(OS),Windows_NT)
1111
EXE_EXTENSION = .exe
1212
SRC_DIR = .\src
1313
BIN_DIR = .\bin
14-
TARGET = $(BIN_DIR)\CeeChess-v1.4-genetic
14+
TARGET = $(BIN_DIR)\CeeChess-v1.4
1515
else
1616
RM = rm -rf
1717
EXE_EXTENSION = -linux
1818
CFLAGS += -D LINUX
1919
SRC_DIR = ./src
2020
BIN_DIR = ./bin
21-
TARGET = $(BIN_DIR)/CeeChess-v1.4-genetic
21+
TARGET = $(BIN_DIR)/CeeChess-v1.4
2222
endif
2323

2424
# Automatically discover all source and header files in the ./src directory

0 commit comments

Comments
 (0)