diff options
author | June McEnroe <june@causal.agency> | 2019-08-25 19:06:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-08-25 19:06:46 -0400 |
commit | 20d98e508e1b2e847e6524652600f019365cfb52 (patch) | |
tree | 79ae7766f26501ef4e8565282b9af9c43705c97b /Makefile | |
parent | Build with cards submodule (diff) | |
download | wep-20d98e508e1b2e847e6524652600f019365cfb52.tar.gz wep-20d98e508e1b2e847e6524652600f019365cfb52.zip |
Rewrite FreeCell
With move sequencing!
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
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 |