mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
9 lines
145 B
Makefile
Executable file
9 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
|