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