CC = gcc CFLAGS = -g PROGRAMS = hello maior all: $(PROGRAMS) clean: rm -f *.o *~ $(PROGRAMS)