ladybird/Applications/TextEditor/Makefile
Rhin d7b836858e TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
Added a main widget for the text editor as a stepping stone to add new features.
2019-07-11 20:52:33 +02:00

10 lines
123 B
Makefile
Executable File

include ../../Makefile.common
OBJS = \
TextEditorWidget.o \
main.o
APP = TextEditor
include ../Makefile.common