NAME=abCalc CFLAGS=-I. all: $(NAME) include Make.engine $(NAME): $(OBJS) cc -o $(NAME) $(OBJS) clean: rm -f $(NAME) $(OBJS)