diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-26 14:36:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 14:36:30 -0400 |
commit | 5ac00a7287e4a9e6292f4a6ca5dfa9a02e5ca907 (patch) | |
tree | f1b0d8018be8e57d8a01ed43b623add31e847979 /Makefile | |
parent | d504c3cf85852bdda57c819df0df1d99db59bc19 (diff) | |
parent | facc009ca070085bb1c32f146f77c2a0a62090b0 (diff) | |
download | podman-5ac00a7287e4a9e6292f4a6ca5dfa9a02e5ca907.tar.gz podman-5ac00a7287e4a9e6292f4a6ca5dfa9a02e5ca907.tar.bz2 podman-5ac00a7287e4a9e6292f4a6ca5dfa9a02e5ca907.zip |
Merge pull request #14009 from vrothberg/add-benchmarks
benchmarks: add more image benchmarks
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ ifeq ($(GOBIN),) GOBIN := $(FIRST_GOPATH)/bin endif -export PATH := $(PATH):$(GOBIN) +export PATH := $(PATH):$(GOBIN):$(CURDIR)/hack GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man') |