about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-29 20:28:44 -0400
committerJune McEnroe <june@causal.agency>2019-03-29 20:28:44 -0400
commit7c6417beb42120e79e573d0d9a8dbe074dadc431 (patch)
tree15275f3e5bebddec479446b73cde2005e4dc47ca /Makefile
parentAdd king win face (diff)
downloadcards-7c6417beb42120e79e573d0d9a8dbe074dadc431.tar.gz
cards-7c6417beb42120e79e573d0d9a8dbe074dadc431.zip
Replace path.h with asset.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf107f6..073f0be 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 path.h stack.h
+freecell.o sol.o: asset.h layout.h stack.h
 
 clean:
 	rm -f $(BINS) *.o *.bmp