

DEFAULT: build-release

build-release:
	cargo build --release

build:
	cargo build

publish:
	cargo publish --allow-dirty

test:
	cargo test