go:
	./this-pylint --to-pylint multiplication-table
	./multiplication-table | a2ps -o - > table.ps
	ps2pdf table.ps table.pdf

clean:
	rm -f *.ps *.pdf