serenity/Applications/TextEditor/Makefile

10 lines
146 B
Makefile
Raw Normal View History

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