CC = gcc CFLAGS = -Wall -g PROGRAMS = register erro_malloc erro_calloc fit all: $(PROGRAMS) clean: rm -f *~ $(PROGRAMS)