CC = gcc CFLAGS = -Wall -pedantic -g -lm PROGRAMS = erro_malloc sh all: $(PROGRAMS) clean: rm -f *.o *~ *.aux *.log *.dvi $(PROGRAMS)