go:
	./this-pylint to-table
	./to-table --delimiter ':' --suppressible < /etc/passwd > sup-no-tt.html
	./to-table --delimiter ':' < /etc/passwd > nonsup-no-tt.html
	./to-table --delimiter ':' --suppressible --tooltips < /etc/passwd > sup-w-tt.html
	./to-table --delimiter ':' --tooltips < /etc/passwd > nonsup-w-tt.html

clean:
	rm -f nonsup-no-tt.html nonsup-w-tt.html sup-no-tt.html sup-w-tt.html