CC = gcc CFLAGS = -g PROGRAMS = scanf1 scanf2 address-of bug bug2 \ scanf-char scanf-string scanf-uint scanf-float-double\ expressoes div0 exercicio \ pre-incremento pos-incremento prec-incremento \ simplificada all: $(PROGRAMS) clean: rm -f *.o *~ $(PROGRAMS)