mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = Terminal
|
|
|
|
include ../Makefile.common
|