mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
This also adds a toolbar and a menu which allow you to navigate back and forth through history ^)
13 lines
176 B
Makefile
13 lines
176 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ManualModel.o \
|
|
ManualSectionNode.o \
|
|
ManualPageNode.o \
|
|
History.o \
|
|
main.o
|
|
|
|
APP = Help
|
|
|
|
include ../Makefile.common
|