1 2 3 4 5 6 7
.PHONY: tests tests: @cargo test .PHONY: install install: @cargo build --release && cp target/release/funzzy /usr/local/bin/