mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
OBJS = \
|
|
Screensaver.o
|
|
|
|
PROGRAM = Screensaver
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|