From 20d98e508e1b2e847e6524652600f019365cfb52 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 25 Aug 2019 19:06:46 -0400 Subject: Rewrite FreeCell With move sequencing! --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90e71e5..03bb0ad 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,9 @@ ${BINS}: cards/cards.o ${OBJS} cards/cards.o: cards/cards.h -${OBJS}: asset.h layout.h stack.h +${OBJS}: asset.h stack.h + +sol.o: layout.h cards/cards.h: git submodule update --init -- cgit 1.4.1