File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -843,16 +843,16 @@ net:
843843
844844# clean binaries and objects
845845objclean :
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
849849profileclean :
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
858858default :
@@ -930,9 +930,9 @@ clang-profile-make:
930930 all
931931
932932clang-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
You can’t perform that action at this time.
0 commit comments