summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/Makefile
blob: c951cbdd9429f7defbf458e39b542c951aa7e717 (plain)
1
2
3
4
5
6
7
8
9
10
all: podman podman-remote

podman:
	CGO_ENABLED=1 GO111MODULE=off go build -tags 'ABISupport systemd varlink seccomp selinux'

podman-remote:
	CGO_ENABLED=1 GO111MODULE=off go build -tags '!ABISupport systemd seccomp selinux' -o podmanV2-remote

clean:
	rm podmanV2 podmanV2-remote