1 2 3 4 5 6 7 8 9 10 11 12 13
GO=go all: build build: ${GO} build . test: ${GO} test -cover ./... install: build cp porg ${HOME}/.local/bin