golang-examples/example-pprof-simple/Makefile

10 lines
137 B
Makefile
Raw Normal View History

run:
GO111MODULE="off" go run -v -x main.go
prep:
GO111MODULE="off" go get -v .
build:
GO111MODULE="off" go build -v -x
# go build