go:
	./from-table --file equivalence-classes.html
	./from-table --file equivalence-classes.html --strip-data
	./from-table --file multiple_tables.html
	./from-table --file multiple_tables.html --numbered-outputs
	printf 'a|b|c\nd||f\ng|h|i\n' | to-table2 --delimiter '|' --no-comment > empty-field.html
	./from-table --file empty-field.html

install:
	cp from-table /usr/local/bin/.

clean:
	rm -f *.pyc *.csv empty-field.html