aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 1c33c1c0fe50038fef57f13332663f6b3877d382 (plain)
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