mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-18 19:36:53 +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
|