summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podmanV2/Makefile')
-rw-r--r--cmd/podmanV2/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/cmd/podmanV2/Makefile b/cmd/podmanV2/Makefile
deleted file mode 100644
index 8a924670a..000000000
--- a/cmd/podmanV2/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: podman podman-remote
-
-BUILD_TAGS='ABISupport systemd varlink seccomp selinux exclude_graphdriver_devicemapper'
-
-podman:
- CGO_ENABLED=1 GO111MODULE=off go build -tags $(BUILD_TAGS)
-
-podman-remote:
- CGO_ENABLED=1 GO111MODULE=off go build -tags '!ABISupport systemd seccomp selinux' -o podmanV2-remote
-
-clean:
- rm podmanV2 podmanV2-remote