summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/Makefile
blob: 01d55121239a81d9bbf8f20747697da825a49383 (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'

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

clean:
	rm podmanV2 podmanV2-remote