Move removal of generate training data file to profileclean.

This commit is contained in:
Tomasz Sobczyk
2020-09-13 13:42:13 +02:00
parent bd434b80c6
commit 9ee8ce67bf
+1 -1
View File
@@ -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