From 3dcd2bb69bf85ab2cf8f7fedb92bc2af0f92aaa3 Mon Sep 17 00:00:00 2001 From: tttak Date: Sun, 23 Jun 2019 23:25:12 +0900 Subject: [PATCH] =?UTF-8?q?Makefile=E3=81=AEobjclean:=E3=81=AB=E3=80=8C./e?= =?UTF-8?q?val/nnue/*.o=E3=80=8D=E7=AD=89=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a48d5674..342debb4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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: