default: go

go:
	cargo build --release
	# find .. -type f -print0 | cargo run
	find ../../../corpus -type f -print0 | ../target/release/equivs3_crate -v -v
	# BTW, this find, even with just 2 python versions, is far too much for chrome to load a flame graph of.
	# find /usr/local/cpython-3.[56] -type f -readable -print0 | time cargo run > /dev/null

print:
	./t.py

clean:
	rm -f main
	rm -rf ../target
	rm -f flame-graph.html