mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 07:25:07 +00:00
9 lines
102 B
Makefile
9 lines
102 B
Makefile
OBJS = \
|
|
Parser.o \
|
|
main.o
|
|
|
|
PROGRAM = Shell
|
|
|
|
LIB_DEPS = Core Line
|
|
|
|
include ../Makefile.common
|