CC = gcc CFLAGS = -g -Wall LDFLAGS = -lm PROGRAMS = scanf gets scanf[] fgets scanfN[] \ ordena all: $(PROGRAMS) clean: rm -f *.o *~ $(PROGRAMS)