golang-examples/example-go-channel/Makefile

7 lines
170 B
Makefile
Raw Normal View History

2022-11-13 13:30:01 -06:00
build:
2022-11-13 14:19:18 -06:00
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