mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
10 lines
102 B
Makefile
10 lines
102 B
Makefile
OBJS = \
|
|
Parser.o \
|
|
main.o
|
|
|
|
PROGRAM = Shell
|
|
|
|
LIB_DEPS = Core Line
|
|
|
|
include ../Makefile.common
|