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

View File

@@ -758,7 +758,6 @@ profile-build: net config-sanity objclean profileclean
@echo ""
@echo "Step 4/4. Deleting profile data ..."
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) profileclean
rm generated_kifu.bin
strip:
$(STRIP) $(EXE)
@@ -805,6 +804,7 @@ profileclean:
@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 stockfish.profdata *.profraw
@rm generated_kifu.bin
default:
help