campaigner/Makefile
Miguel de la Cruz 54902edaf4 Initial commit
2020-02-28 23:49:19 +01:00

12 lines
142 B
Makefile

vendor:
go mod vendor
go mod tidy
check:
golangci-lint run -E gofmt ./...
build:
go build -mod=vendor
install:
go install -mod=vendor