mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
We now support basic hyperlinking in the terminal with <OSC>;8;;URL<ST> Links are opened via LaunchServer on Ctrl+LeftMouse.
9 lines
120 B
Makefile
9 lines
120 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Terminal
|
|
|
|
LIB_DEPS = GUI Gfx VT Desktop IPC Protocol Core
|
|
|
|
include ../../Makefile.common
|