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

PROGRAM = TextEditor

LIB_DEPS = Web Markdown GUI Gfx VT Protocol IPC Thread Pthread Core JS

include ../../Makefile.common