12 lines
285 B
Makefile
12 lines
285 B
Makefile
build:
|
|
GO111MODULE="off" go build -v -x -o ~/go/bin/5threads 5threads.go
|
|
5threads
|
|
|
|
simple:
|
|
GO111MODULE="off" go build -v -x -o ~/go/bin/simple-worker simple-worker.go
|
|
simple-worker
|
|
|
|
return-vals:
|
|
GO111MODULE="off" go build -v -x -o ~/go/bin/return-vals return-vals.go
|
|
return-vals
|