all:
	tar xzf ../data.tgz
	rm data/.sql.bin || true
	python analyze.py data

clean:
	rm -rf data || true
	rm sql.bin || true
	rm *.pyc || true
