1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 06:30:59 +00:00
serenity/Applications/TextEditor/Makefile
2020-05-03 14:24:08 +02:00

9 lines
170 B
Makefile

OBJS = \
TextEditorWidget.o \
main.o
PROGRAM = TextEditor
LIB_DEPS = Web Markdown GUI Gfx VT Protocol IPC Thread Pthread Core JS
include ../../Makefile.common