.PHONY: install uninstall .MAIN: install install: mkdir -p ~/bin cp -vf bmark ~/bin/ chmod +x ~/bin/bmark uninstall: rm -vf ~/bin/bmark