serenity/Applications/TextEditor/Makefile

10 lines
145 B
Makefile
Raw Normal View History

OBJS = \
TextEditorWidget.o \
main.o
PROGRAM = TextEditor
2020-02-06 12:04:00 +01:00
LIB_DEPS = GUI Gfx VT IPC Thread Pthread Core
include ../../Makefile.common