SCHEMES=\ iptel.pdf\ %.pdf: %.dot dot -Tpdf $< -o $@ all: $(SCHEMES) echo done clean: rm -f $(SCHEMES)