mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05: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
|