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