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

9 lines
146 B
Makefile

OBJS = \
DisplayProperties.o \
main.o \
PROGRAM = DisplayProperties
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
include ../../Makefile.common