summaryrefslogtreecommitdiff
path: root/DevTools/ProfileViewer/Makefile
blob: 01daf3d50a646624e02821af0cb66620859bf504 (plain)
1
2
3
4
5
6
7
8
9
10
11
OBJS = \
    Profile.o \
    ProfileModel.o \
    ProfileTimelineWidget.o \
    main.o

PROGRAM = ProfileViewer

LIB_DEPS = GUI Draw IPC Core

include ../../Makefile.common