1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Applications/Terminal/Makefile
Andreas Kling 178788f19a Terminal: Rename Terminal => TerminalWidget
This makes it a bit less confusing which is what between TerminalWidget
and VT::Terminal.
2019-08-13 13:45:48 +02:00

9 lines
118 B
Makefile

include ../../Makefile.common
OBJS = \
TerminalWidget.o \
main.o
APP = Terminal
include ../Makefile.common