TARGET = ITER1 = 1 2 3 ITER2 = 4 5 6 all: $(TARGET) clean: rm -f *.dvi *.log *.aux *.toc *.bbl *.blg *~ *.core cleandir: clean rm -f $(TARGET) *.res