mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 14:11:00 +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
|