mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
d7b836858e
Added a main widget for the text editor as a stepping stone to add new features.
9 lines
123 B
Makefile
Executable file
9 lines
123 B
Makefile
Executable file
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
TextEditorWidget.o \
|
|
main.o
|
|
|
|
APP = TextEditor
|
|
|
|
include ../Makefile.common
|