diff options
Diffstat (limited to 'cmd/podmanV2/Makefile')
-rw-r--r-- | cmd/podmanV2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podmanV2/Makefile b/cmd/podmanV2/Makefile new file mode 100644 index 000000000..147a78d9c --- /dev/null +++ b/cmd/podmanV2/Makefile @@ -0,0 +1,2 @@ +all: + GO111MODULE=off go build -tags 'ABISupport' |