Skip to content

Commit 28bb957

Browse files
committed
Compile correction
1 parent ddd79f3 commit 28bb957

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -843,16 +843,16 @@ net:
843843

844844
# clean binaries and objects
845845
objclean:
846-
@rm -f stockfish stockfish.exe *.o ./syzygy/*.o ./nnue/*.o ./nnue/features/*.o
846+
@rm -f corchess corchess.exe *.o ./syzygy/*.o ./nnue/*.o ./nnue/features/*.o
847847

848848
# clean auxiliary profiling files
849849
profileclean:
850850
@rm -rf profdir
851851
@rm -f bench.txt *.gcda *.gcno ./syzygy/*.gcda ./nnue/*.gcda ./nnue/features/*.gcda *.s
852-
@rm -f stockfish.profdata *.profraw
853-
@rm -f stockfish.*args*
854-
@rm -f stockfish.*lt*
855-
@rm -f stockfish.res
852+
@rm -f corchess.profdata *.profraw
853+
@rm -f corchess.*args*
854+
@rm -f corchess.*lt*
855+
@rm -f corchess.res
856856
@rm -f ./-lstdc++.res
857857

858858
default:
@@ -930,9 +930,9 @@ clang-profile-make:
930930
all
931931

932932
clang-profile-use:
933-
$(XCRUN) llvm-profdata merge -output=stockfish.profdata *.profraw
933+
$(XCRUN) llvm-profdata merge -output=corchess.profdata *.profraw
934934
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
935-
EXTRACXXFLAGS='-fprofile-instr-use=stockfish.profdata' \
935+
EXTRACXXFLAGS='-fprofile-instr-use=corchess.profdata' \
936936
EXTRALDFLAGS='-fprofile-use ' \
937937
all
938938

0 commit comments

Comments
 (0)