CC = gcc CFLAGS = -g -pthread PROGRAMS = ender ender-malloc \ rec \ erro-malloc sbrk loop-malloc\ pilha all: $(PROGRAMS) clean: rm -f *~ $(PROGRAMS)