mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00: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
|