mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02: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
|