mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:07:34 +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
|