default: go

go2:
	# Didn't help: gccgo-8 t.go
	go build -o t t.go
	./t

go:
	go build -o equivs3 equivs3.go
	find ../corpus -xdev -type f -readable -print0 | ./equivs3

clean:
	rm -f equivs3 t