mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00

This makes it a bit less confusing which is what between TerminalWidget and VT::Terminal.
9 lines
118 B
Makefile
9 lines
118 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
TerminalWidget.o \
|
|
main.o
|
|
|
|
APP = Terminal
|
|
|
|
include ../Makefile.common
|