Files
podman/vendor/github.com/safchain/ethtool/Makefile
baude ee432cf279 podman network create
initial implementation of network create.  we only support bridging
networks with this first pass.

Signed-off-by: baude <bbaude@redhat.com>
2019-09-09 09:32:43 -05:00

5 lines
67 B
Makefile

all: build
build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build