RM = /bin/rm -f

all:

clean:
	$(RM) *.log *.dvi *.bbl *.blg *.aux
