mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00: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
|