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