mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Move removal of generate training data file to profileclean.
This commit is contained in:
+1
-1
@@ -758,7 +758,6 @@ profile-build: net config-sanity objclean profileclean
|
|||||||
@echo ""
|
@echo ""
|
||||||
@echo "Step 4/4. Deleting profile data ..."
|
@echo "Step 4/4. Deleting profile data ..."
|
||||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) profileclean
|
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) profileclean
|
||||||
rm generated_kifu.bin
|
|
||||||
|
|
||||||
strip:
|
strip:
|
||||||
$(STRIP) $(EXE)
|
$(STRIP) $(EXE)
|
||||||
@@ -805,6 +804,7 @@ profileclean:
|
|||||||
@rm -rf profdir
|
@rm -rf profdir
|
||||||
@rm -f bench.txt *.gcda *.gcno ./syzygy/*.gcda ./nnue/*.gcda ./nnue/features/*.gcda *.s ./learn/*.gcda ./extra/*.gcda ./eval/*.gcda
|
@rm -f bench.txt *.gcda *.gcno ./syzygy/*.gcda ./nnue/*.gcda ./nnue/features/*.gcda *.s ./learn/*.gcda ./extra/*.gcda ./eval/*.gcda
|
||||||
@rm -f stockfish.profdata *.profraw
|
@rm -f stockfish.profdata *.profraw
|
||||||
|
@rm generated_kifu.bin
|
||||||
|
|
||||||
default:
|
default:
|
||||||
help
|
help
|
||||||
|
|||||||
Reference in New Issue
Block a user