all:
	pdflatex JavaDrawingToolforPGF.tex
	pdflatex JavaDrawingToolforPGF.tex
clean:
	rm -f *.aux *.toc *.nav *.out *.snm *.log 
