mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 17:19:36 +00:00
Makefile: better "make clean" for Windows
Make clean should be really clean on Windows. Fixes issue https://github.com/official-stockfish/Stockfish/issues/3291 Closes https://github.com/official-stockfish/Stockfish/pull/3517 No functional change
This commit is contained in:
parent
0b7cc8bd2f
commit
4445965f97
1 changed files with 3 additions and 0 deletions
|
@ -793,6 +793,9 @@ profileclean:
|
||||||
@rm -rf profdir
|
@rm -rf profdir
|
||||||
@rm -f bench.txt *.gcda *.gcno ./syzygy/*.gcda ./nnue/*.gcda ./nnue/features/*.gcda *.s
|
@rm -f bench.txt *.gcda *.gcno ./syzygy/*.gcda ./nnue/*.gcda ./nnue/features/*.gcda *.s
|
||||||
@rm -f stockfish.profdata *.profraw
|
@rm -f stockfish.profdata *.profraw
|
||||||
|
@rm -f stockfish.exe.lto_wrapper_args
|
||||||
|
@rm -f stockfish.exe.ltrans.out
|
||||||
|
@rm -f ./-lstdc++.res
|
||||||
|
|
||||||
default:
|
default:
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue