CC = gcc CFLAGS = -g -Wall PROGRAMS = mod midsquare folding linear all: $(PROGRAMS) clean: rm -f *.o *~ $(PROGRAMS)