summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-25 19:06:46 -0400
committerJune McEnroe <june@causal.agency>2019-08-25 19:06:46 -0400
commit20d98e508e1b2e847e6524652600f019365cfb52 (patch)
tree79ae7766f26501ef4e8565282b9af9c43705c97b /Makefile
parentBuild with cards submodule (diff)
downloadwep-20d98e508e1b2e847e6524652600f019365cfb52.tar.gz
wep-20d98e508e1b2e847e6524652600f019365cfb52.zip
Rewrite FreeCell
With move sequencing!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90e71e5..03bb0ad 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,9 @@ ${BINS}: cards/cards.o
 
 ${OBJS} cards/cards.o: cards/cards.h
 
-${OBJS}: asset.h layout.h stack.h
+${OBJS}: asset.h stack.h
+
+sol.o: layout.h
 
 cards/cards.h:
 	git submodule update --init