aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: a9cb09b6c52476749b64244f375efa29953f2e3b (plain)
1
2
3
4
5
6
7
.PHONY=all test

all:
	go1.18beta1 build

test:
	go1.18beta1 test ./...