1 2 3 4 5 6 7 8 9 10
FILE=java-agent all: $(FILE).pdf %.pdf: $(FILE).tex pdflatex $(FILE).tex pdflatex $(FILE).tex clean: rm -f *.{aux,log}