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