mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00: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
|