A simple configuration manager
1 2 3 4 5 6 7 8
.PHONY: install install: # Install the binary install -m 755 config ~/.local/bin/ # Install the manpage install -m 664 config.1 ~/.local/share/man/man1/