@@ -0,0 +1,14 @@
.DEFAULT_GOAL := build
.PHONY:fmt vet build
fmt:
go fmt ./...
vet: fmt
go vet ./...
build: vet
go build -o drogobox internal/app/main.go
test:
go test ./tests/...
The note is not visible to the blocked user.