PREFIX=/usr/local build: go build strip stcli clean: rm -f stcli install: install -Dm0755 stcli ${PREFIX}/bin/stcli uninstall: rm -f ${PREFIX}/bin/stcli rm -f ${PREFIX}/share/man/man1/stcli.1