unmake 0.0.17

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

all:
	rustup component add \
		clippy \
		rustfmt
	cargo install --force \
		cargo-audit \
		crit@0.0.8 \
		cross@0.2.5 \
		tinyrick@0.0.14