summaryrefslogtreecommitdiff
path: root/Shell/Makefile
blob: b8833507fead51c51f673d37ab1f11aad9116748 (plain)
1
2
3
4
5
6
7
8
9
10
OBJS = \
    Parser.o \
    LineEditor.o \
    main.o

PROGRAM = Shell

LIB_DEPS = Core

include ../Makefile.common