mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-29 07:10:22 +00:00
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
|