1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Applications/Terminal/Makefile
Andreas Kling 8b4903e733 LibVT: Move TerminalWidget from the Terminal app to here
It would be nice to be able to reuse this widget in other apps. :^)
2019-10-21 19:50:07 +02:00

8 lines
95 B
Makefile

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