mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
10 lines
148 B
Makefile
Executable File
10 lines
148 B
Makefile
Executable File
OBJS = \
|
|
TextEditorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = TextEditor
|
|
|
|
LIB_DEPS = GUI Gfx VT IPC Thread Pthread Core JS
|
|
|
|
include ../../Makefile.common
|