GO=go all: build build: ${GO} build . test: ${GO} test -cover ./... install: build cp porg ${HOME}/.local/bin