mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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.)
10 lines
180 B
Makefile
10 lines
180 B
Makefile
OBJS = \
|
|
TextEditorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = TextEditor
|
|
|
|
LIB_DEPS = Web TextCodec Markdown GUI Gfx VT Protocol IPC Thread Pthread Core JS
|
|
|
|
include ../../Makefile.common
|