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