mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Makefileのobjclean:に「./eval/nnue/*.o」等を追加
This commit is contained in:
parent
b300a9d43e
commit
3dcd2bb69b
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ clean: objclean profileclean
|
||||||
|
|
||||||
# clean binaries and objects
|
# clean binaries and objects
|
||||||
objclean:
|
objclean:
|
||||||
@rm -f $(EXE) *.o ./syzygy/*.o
|
@rm -f $(EXE) *.o ./syzygy/*.o ./learn/*.o ./extra/*.o ./eval/*.o ./eval/nnue/*.o ./eval/nnue/features/*.o
|
||||||
|
|
||||||
# clean auxiliary profiling files
|
# clean auxiliary profiling files
|
||||||
profileclean:
|
profileclean:
|
||||||
|
|
Loading…
Add table
Reference in a new issue