summaryrefslogtreecommitdiff
path: root/Applications/TextEditor/Makefile
blob: 10d87dff0a5d93e6511dd83f4844466ad09e0736 (plain)
1
2
3
4
5
6
7
8
9
OBJS = \
    TextEditorWidget.o \
    main.o

PROGRAM = TextEditor

LIB_DEPS = GUI Gfx VT IPC Thread Pthread Core

include ../../Makefile.common