1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:17:44 +00:00
serenity/DevTools/ProfileViewer/Makefile
2020-02-06 12:04:00 +01:00

11 lines
172 B
Makefile

OBJS = \
Profile.o \
ProfileModel.o \
ProfileTimelineWidget.o \
main.o
PROGRAM = ProfileViewer
LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common