mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00

We're starting with a very basic decoding API and only ISO-8859-1 and UTF-8 decoding (and UTF-8 decoding is really a no-op since String is expected to be UTF-8.)
12 lines
231 B
Makefile
12 lines
231 B
Makefile
OBJS = \
|
|
ManualModel.o \
|
|
ManualSectionNode.o \
|
|
ManualPageNode.o \
|
|
History.o \
|
|
main.o
|
|
|
|
PROGRAM = Help
|
|
|
|
LIB_DEPS = GUI Web TextCodec JS Gfx Markdown IPC Protocol Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|