about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-28 20:41:12 -0400
committerJune McEnroe <june@causal.agency>2019-03-28 20:41:12 -0400
commit8edec29c784f2ac4d1ab276e4bc901af924ebd56 (patch)
tree71206c7e36a87969e1804798288a8fd24255dcff /Makefile
parentSimplify (sort of) Cards API and add FreeCell loading (diff)
downloadcards-8edec29c784f2ac4d1ab276e4bc901af924ebd56.tar.gz
cards-8edec29c784f2ac4d1ab276e4bc901af924ebd56.zip
Factor out path searching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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