diff options
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 |