CC = gcc CFLAGS = -g LDFLAGS = -lm PROGRAMS = notas limites \ poli deriv \ str busca balanc all: $(PROGRAMS) clean: rm -f *.o *~ $(PROGRAMS)