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