mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-25 13:20:30 +00:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Terminal
|
|
|
|
LIB_DEPS = GUI Gfx VT IPC Protocol Core
|
|
|
|
include ../../Makefile.common
|