1 2 3 4 5 6 7
publish: cat README-header.md > README.md cargo readme --no-title >> README.md cargo package cargo publish .PHONY: publish