github.com/coreos/mantle@v0.13.0/Makefile (about) 1 .PHONY: build test vendor 2 build: 3 ./build 4 5 test: 6 ./test 7 8 vendor: 9 @go mod vendor