diff options
author | June McEnroe <june@causal.agency> | 2019-03-28 20:41:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-03-28 20:41:12 -0400 |
commit | 8edec29c784f2ac4d1ab276e4bc901af924ebd56 (patch) | |
tree | 71206c7e36a87969e1804798288a8fd24255dcff /Makefile | |
parent | Simplify (sort of) Cards API and add FreeCell loading (diff) | |
download | wep-8edec29c784f2ac4d1ab276e4bc901af924ebd56.tar.gz wep-8edec29c784f2ac4d1ab276e4bc901af924ebd56.zip |
Factor out path searching
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 |