lasso/Makefile

11 lines
111 B
Makefile

all: validate build
validate:
go fmt ./...
go vet ./...
build:
go build ./...
test:
bash scripts/test.sh