projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
11a5160
)
Remove unnecessary cleanup in ffishjs makefile
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 1 Apr 2023 11:31:45 +0000 (13:31 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 1 Apr 2023 11:31:45 +0000 (13:31 +0200)
src/Makefile_js
patch
|
blob
|
history
diff --git
a/src/Makefile_js
b/src/Makefile_js
index
79a7695
..
a224a71
100644
(file)
--- a/
src/Makefile_js
+++ b/
src/Makefile_js
@@
-78,7
+78,7
@@
help:
@echo ""
objclean:
- @rm -f $(EXE) *.o ./syzygy/*.o ./nnue/*.o ./nnue/features/*.o
+ @rm -f $(EXE)
clean: objclean