diff options
author | June McEnroe <june@causal.agency> | 2019-03-29 20:28:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-03-29 20:28:44 -0400 |
commit | 7c6417beb42120e79e573d0d9a8dbe074dadc431 (patch) | |
tree | 15275f3e5bebddec479446b73cde2005e4dc47ca /Makefile | |
parent | Add king win face (diff) | |
download | wep-7c6417beb42120e79e573d0d9a8dbe074dadc431.tar.gz wep-7c6417beb42120e79e573d0d9a8dbe074dadc431.zip |
Replace path.h with asset.h
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 |