mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
13 lines
219 B
Makefile
13 lines
219 B
Makefile
OBJS = \
|
|
ManualModel.o \
|
|
ManualSectionNode.o \
|
|
ManualPageNode.o \
|
|
History.o \
|
|
main.o
|
|
|
|
PROGRAM = Help
|
|
|
|
LIB_DEPS = GUI HTML Gfx Markdown IPC Protocol Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|