TARGET=rt.ml.dvi

all:: $(TARGET)

rt.ml.dvi: always
	latex rt.ml.tex

clean::
	rm -f $(TARGET) *.aux *.log *.bak

always:
