]> git.sesse.net Git - stockfish/commit
Fix Makefile for incorrect nnue file
authorTomasz Sobczyk <tomasz.sobczyk1997@gmail.com>
Mon, 7 Aug 2023 11:11:09 +0000 (13:11 +0200)
committerStéphane Nicolet <Stephane.Nicolet@u-paris2.fr>
Fri, 11 Aug 2023 17:20:29 +0000 (19:20 +0200)
commit0d2ddb81ef44211e7bf40369dc8fc52160d0ee18
treef793b76bd1390eae8dae6a99180fc18e00f8f900
parente64b817e0a2335824ef1f1f7ba9f5cd4310994e1
Fix Makefile for incorrect nnue file

If an incorrect network file is present at the start of the compilation stage, the
Makefile script now correctly removes it before trying to download a clean version.

closes https://github.com/official-stockfish/Stockfish/pull/4726

No functional change
src/Makefile