We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea39b09 commit 319b905Copy full SHA for 319b905
Makefile
@@ -23,7 +23,7 @@ RELEASE_DIR ?= out
23
export ACK_GINKGO_DEPRECATIONS := 1.16.5
24
export ACK_GINKGO_RC=true
25
26
-PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
+export PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
27
export PATH := $(PROJECT_DIR)/bin:$(PATH)
28
29
all: build
0 commit comments