mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^)
13 lines
218 B
Makefile
13 lines
218 B
Makefile
OBJS = \
|
|
ManualModel.o \
|
|
ManualSectionNode.o \
|
|
ManualPageNode.o \
|
|
History.o \
|
|
main.o
|
|
|
|
PROGRAM = Help
|
|
|
|
LIB_DEPS = GUI Web Gfx Markdown IPC Protocol Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|