Serenity Operating System
at hosted 12 lines 209 B view raw
1OBJS = \ 2 RemoteObjectGraphModel.o \ 3 RemoteObjectPropertyModel.o \ 4 RemoteProcess.o \ 5 RemoteObject.o \ 6 main.o 7 8PROGRAM = Inspector 9 10LIB_DEPS = GUI Gfx IPC Core 11 12include ../../Makefile.common