ladybird/Games/Solitaire/Makefile
Till Mayer fe5cc7ce68 Games: Added solitaire
Added a solitaire game. Currently there are graphics missing on some
of the cards, but the game is fully functional.

Press F12 to show the game-over animation manually.
2020-03-09 21:36:59 +01:00

11 lines
153 B
Makefile

OBJS = \
SolitaireWidget.o\
CardStack.o\
Card.o\
main.o
PROGRAM = Solitaire
LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common