CC = gcc CFLAGS = -Wall -pedantic -g PROGRAMS = copy fscanf fscanf2 \ dir map all: $(PROGRAMS) clean: rm -f *~ $(PROGRAMS)