Skip to content

Commit 319b905

Browse files
author
Joshua Reed
committed
Cleanup.
1 parent ea39b09 commit 319b905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RELEASE_DIR ?= out
2323
export ACK_GINKGO_DEPRECATIONS := 1.16.5
2424
export ACK_GINKGO_RC=true
2525

26-
PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
26+
export PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
2727
export PATH := $(PROJECT_DIR)/bin:$(PATH)
2828

2929
all: build

0 commit comments

Comments
 (0)