--- a/Makefile Thu Aug 06 14:45:55 2026 +0200
+++ b/Makefile Thu Aug 06 16:11:37 2026 +0200
@@ -36,7 +36,7 @@
tests: $(BUILDDIR) $(BUILDDIR)/libchess$(LIB_EXT) FORCE
cd test && $(MAKE)
-check: tests FORCE
+check: all FORCE
$(BUILDDIR)/run-tests
$(BUILDDIR):