unmake 0.0.5

a makefile linter
Documentation
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all

all:
	@rustup component add \
		clippy \
		rustfmt
	@cargo install --force \
		cargo-audit@0.17.5 \
		crit@0.0.6 \
		cross@0.2.5 \
		tinyrick@0.0.11