1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Applications/TextEditor/Makefile

9 lines
148 B
Makefile
Executable file

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