--- a/src/chess/Makefile Thu Jul 30 11:49:47 2026 +0200 +++ b/src/chess/Makefile Thu Jul 30 18:34:15 2026 +0200 @@ -71,7 +71,7 @@ $(CC) -o $@ $(CFLAGS) -c $< $(BUILDDIR)/rules.o: rules.c rules.h pawn.h rook.h knight.h bishop.h \ - queen.h king.h + queen.h king.h fen.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<