7 lines
69 B
Makefile

.PHONY: fmt
fmt:
cargo fmt --all $(FMT_CHECK)
clean:
@cargo clean