CC = gcc CFLAGS = -Wall -g -pthread PROGRAMS = qsort executa-funcao create0 join0 \ create1 create2 create3 create4 create5 \ exit0 exit1 pthread_exit0 \ return0 return1 pthread_return \ create_join endereco-pilhas corrompe-pilhas all: $(PROGRAMS) clean: rm -f *~ $(PROGRAMS)