Files
ladybird/Applications/Help/Makefile
Andreas Kling 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb
Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^)
2020-03-07 10:32:51 +01:00

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