Remove unnecessary cleanup in ffishjs makefile
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 1 Apr 2023 11:31:45 +0000 (13:31 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 1 Apr 2023 11:31:45 +0000 (13:31 +0200)
src/Makefile_js

index 79a7695..a224a71 100644 (file)
@@ -78,7 +78,7 @@ help:
        @echo ""
 
 objclean:
-       @rm -f $(EXE) *.o ./syzygy/*.o ./nnue/*.o ./nnue/features/*.o
+       @rm -f $(EXE)
 
 clean: objclean