mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:27:34 +00:00
12 lines
209 B
Makefile
12 lines
209 B
Makefile
OBJS = \
|
|
RemoteObjectGraphModel.o \
|
|
RemoteObjectPropertyModel.o \
|
|
RemoteProcess.o \
|
|
RemoteObject.o \
|
|
main.o
|
|
|
|
PROGRAM = Inspector
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|