summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-26 14:36:30 -0400
committerGitHub <noreply@github.com>2022-04-26 14:36:30 -0400
commit5ac00a7287e4a9e6292f4a6ca5dfa9a02e5ca907 (patch)
treef1b0d8018be8e57d8a01ed43b623add31e847979 /Makefile
parentd504c3cf85852bdda57c819df0df1d99db59bc19 (diff)
parentfacc009ca070085bb1c32f146f77c2a0a62090b0 (diff)
downloadpodman-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c14e58f66..5aab30d89 100644
--- a/Makefile
+++ b/Makefile
@@ -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')