ladybird/Shell/Makefile
2020-03-31 13:32:11 +02:00

9 lines
102 B
Makefile

OBJS = \
Parser.o \
main.o
PROGRAM = Shell
LIB_DEPS = Core Line
include ../Makefile.common