mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 22:11:00 +00:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
OBJS = \
|
|
DisplayProperties.o \
|
|
main.o \
|
|
|
|
PROGRAM = DisplayProperties
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|