mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
fe5cc7ce68
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.
11 lines
153 B
Makefile
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
|