mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-29 23:30:25 +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
|