mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
OBJS = \
|
|
SnakeGame.o \
|
|
main.o
|
|
|
|
PROGRAM = Snake
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|