ref: c6cc5df1108db580078bf05eecdc67b5c24bcacb
parent: 42d9d57f673987ca1fcc0de3361308cea0bf7258
author: zamfofex <zamfofex@twdb.moe>
date: Mon Oct 16 08:25:20 EDT 2023
remove unecessary dependency from makefile
--- a/makefile
+++ b/makefile
@@ -34,7 +34,7 @@
play: moonfish.h tools/tools.h tools/play.c tools/utils.c chess.c
$(tools_cc) -o play tools/play.c tools/utils.c chess.c
-lichess: tools/tools.h tools/lichess.c tools/utils.c tools/play.c
+lichess: tools/tools.h tools/lichess.c tools/utils.c
$(tools_cc) -std=c99 -o lichess tools/lichess.c tools/utils.c -lbearssl -lcjson
.PHONY: all clean
--
⑨