mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
10 lines
123 B
Makefile
Executable File
10 lines
123 B
Makefile
Executable File
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
TextEditorWidget.o \
|
|
main.o
|
|
|
|
APP = TextEditor
|
|
|
|
include ../Makefile.common
|