mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
OBJS = \
|
|
DisplayProperties.o \
|
|
main.o \
|
|
|
|
PROGRAM = DisplayProperties
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|