1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:07:34 +00:00
serenity/Applications/Terminal/Makefile
2020-02-06 12:04:00 +01:00

8 lines
112 B
Makefile

OBJS = \
main.o
PROGRAM = Terminal
LIB_DEPS = GUI Gfx VT IPC Protocol Core
include ../../Makefile.common