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