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