Files
ladybird/Applications/Terminal/Makefile
Andreas Kling f596b12a04 LibVT+Terminal: Support hyperlinks in the terminal :^)
We now support basic hyperlinking in the terminal with <OSC>;8;;URL<ST>
Links are opened via LaunchServer on Ctrl+LeftMouse.
2020-05-09 16:16:16 +02:00

9 lines
120 B
Makefile

OBJS = \
main.o
PROGRAM = Terminal
LIB_DEPS = GUI Gfx VT Desktop IPC Protocol Core
include ../../Makefile.common