_:
	cargo test

clean:
	rm -Rf target
	rm -Rf registry/target
	rm -Rf macros/target
