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