From 8edec29c784f2ac4d1ab276e4bc901af924ebd56 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 28 Mar 2019 20:41:12 -0400 Subject: Factor out path searching --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2457d3..cf107f6 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ $(BINS): cards.o cards.o dump.o freecell.o sol.o: cards.h -freecell.o sol.o: layout.h stack.h +freecell.o sol.o: layout.h path.h stack.h clean: rm -f $(BINS) *.o *.bmp -- cgit 1.4.1