1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

Applications: Add a new Help app

This is a neat simple app that can display the Serenity manual ^)
This commit is contained in:
Sergey Bugaev 2019-09-21 00:47:31 +03:00 committed by Andreas Kling
parent 6ec625d6f3
commit 02ee8cbbe2
12 changed files with 349 additions and 1 deletions

View file

@ -0,0 +1,11 @@
include ../../Makefile.common
OBJS = \
ManualModel.o \
ManualSectionNode.o \
ManualPageNode.o \
main.o
APP = Help
include ../Makefile.common