mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 14:30:59 +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
|