OBJDIR=obj interest: interest.c cc -ansi -pedantic -lm -o $(OBJDIR)/interest interest.c clean: rm -rf $(OBJDIR)/*