mirror of
https://github.com/RGBCube/serenity
synced 2026-01-20 06:30:59 +00:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
OBJS = \
|
|
TextEditorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = TextEditor
|
|
|
|
LIB_DEPS = Web Markdown GUI Gfx VT Protocol IPC Thread Pthread Core JS
|
|
|
|
include ../../Makefile.common
|