mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 12:55:09 +00:00

This also adds a toolbar and a menu which allow you to navigate back and forth through history ^)
12 lines
176 B
Makefile
12 lines
176 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ManualModel.o \
|
|
ManualSectionNode.o \
|
|
ManualPageNode.o \
|
|
History.o \
|
|
main.o
|
|
|
|
APP = Help
|
|
|
|
include ../Makefile.common
|