mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
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.
12 lines
153 B
Makefile
12 lines
153 B
Makefile
OBJS = \
|
|
SolitaireWidget.o\
|
|
CardStack.o\
|
|
Card.o\
|
|
main.o
|
|
|
|
PROGRAM = Solitaire
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|