mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 10:56:35 +02:00
10 lines
115 B
Makefile
10 lines
115 B
Makefile
OBJS = \
|
|
SnakeGame.o \
|
|
main.o
|
|
|
|
PROGRAM = Snake
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|