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

PROGRAM = TextEditor

LIB_DEPS = GUI Draw VT IPC Thread Pthread Core

include ../../Makefile.common