1OBJS = \ 2 Parser.o \ 3 main.o 4 5PROGRAM = Shell 6 7LIB_DEPS = Core Line 8 9include ../Makefile.common