blob: 099e53b13862d9cfdef2379528c8d2a4ee52605f [file] [log] [blame]
khenaidooac637102019-01-14 15:44:34 -05001all: build install
2
3build:
4 go build
5
6install:
7 go install
8
9test:
10 go test -v *.go