mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:18:14 +00:00

Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
9 lines
112 B
Makefile
9 lines
112 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
Terminal.o \
|
|
main.o
|
|
|
|
APP = Terminal
|
|
|
|
include ../Makefile.common
|