build:
	@cargo build
.PHONY: build

clean:
	@cargo clean
.PHONY: clean

test:
	@cargo test
.PHONY: test
