1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 14:11:00 +00:00
serenity/Games/Snake/Makefile
2020-02-06 12:04:00 +01:00

9 lines
115 B
Makefile

OBJS = \
SnakeGame.o \
main.o
PROGRAM = Snake
LIB_DEPS = GUI IPC Gfx Core
include ../../Makefile.common