mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-22 03:38:42 +02:00
5 lines
77 B
Makefile
5 lines
77 B
Makefile
|
.PHONY: module
|
||
|
|
||
|
module:
|
||
|
go build -buildmode=plugin -o stdout.so package.go
|