mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
12 lines
172 B
Makefile
12 lines
172 B
Makefile
OBJS = \
|
|
Profile.o \
|
|
ProfileModel.o \
|
|
ProfileTimelineWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = ProfileViewer
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|