mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
13 lines
209 B
Makefile
13 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
|