1
0
Fork 0
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:
tttak 2019-06-23 23:25:12 +09:00 committed by nodchip
parent b300a9d43e
commit 3dcd2bb69b

View file

@ -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: