CC = gcc CFLAGS = -g -Wall PROGRAMS = bubble insercao selecao quick heapsort all: $(PROGRAMS) clean: rm -f *.o *~ $(PROGRAMS)