build:
	cargo build -p drasi-bootstrap-open511

lint:
	cargo clippy -p drasi-bootstrap-open511 --all-targets --all-features

test:
	cargo test -p drasi-bootstrap-open511

integration-test:
	@echo "No standalone bootstrap integration test target; run source integration test instead."
