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