mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:17:44 +00:00
11 lines
172 B
Makefile
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
|