mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
f0a6b42066
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
|