Don't prompt when the training data file doesn't exist when trying to delete it

This commit is contained in:
Tomasz Sobczyk
2020-09-13 13:52:42 +02:00
parent 2e2de7607b
commit 89f38c938b

View File

@@ -805,7 +805,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 $(PGO_TRAINING_DATA_FILE)
@rm -f $(PGO_TRAINING_DATA_FILE)
default:
help