diff options
Diffstat (limited to 'vendor/github.com/safchain/ethtool/Makefile')
-rw-r--r-- | vendor/github.com/safchain/ethtool/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/safchain/ethtool/Makefile b/vendor/github.com/safchain/ethtool/Makefile new file mode 100644 index 000000000..67d2da395 --- /dev/null +++ b/vendor/github.com/safchain/ethtool/Makefile @@ -0,0 +1,4 @@ +all: build + +build: + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build |