mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05: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
|