CC = gcc CFLAGS = -g -Wall LDFLAGS = -lm PROGRAMS = troca troca_struct all: $(PROGRAMS) clean: rm -f *.o *~ $(PROGRAMS)