OBJS = shell.o string_helpers.o CFLAGS = -g CC = gcc all: ${OBJS} gcc ${OBJS} -o shell -l readline clean: rm shell ${OBJS} ${OBJS} : string_helpers.h