1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:27:34 +00:00
serenity/DevTools/Inspector/Makefile
2020-02-06 12:04:00 +01:00

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