src/chess/Makefile

changeset 162
f0fc70b6f8f9
parent 132
5762f2b5f87a
--- 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 $<
 

mercurial