mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +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 -f bench.txt *.gcda *.gcno ./syzygy/*.gcda ./nnue/*.gcda ./nnue/features/*.gcda *.s
|
||||
@rm -f stockfish.profdata *.profraw
|
||||
@rm -f stockfish.exe.lto_wrapper_args
|
||||
@rm -f stockfish.exe.ltrans.out
|
||||
@rm -f ./-lstdc++.res
|
||||
|
||||
default:
|
||||
help
|
||||
|
|
Loading…
Add table
Reference in a new issue