add dependency on fen.h for rules.c

Thu, 30 Jul 2026 18:34:15 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 30 Jul 2026 18:34:15 +0200
changeset 162
f0fc70b6f8f9
parent 161
3ff96fec144a
child 163
2a6d83f4677e

add dependency on fen.h for rules.c

src/chess/Makefile file | annotate | diff | comparison | revisions
--- 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