mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00: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
|