1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 01:00:59 +00:00
serenity/Applications/Help/Makefile
Sergey Bugaev 02ee8cbbe2 Applications: Add a new Help app
This is a neat simple app that can display the Serenity manual ^)
2019-09-28 18:29:42 +02:00

11 lines
154 B
Makefile

include ../../Makefile.common
OBJS = \
ManualModel.o \
ManualSectionNode.o \
ManualPageNode.o \
main.o
APP = Help
include ../Makefile.common