1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 19:30:59 +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