1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 12:40:59 +00:00
serenity/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

12 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