mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +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
|