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 17b052b commit 97031bcCopy full SHA for 97031bc
Makefile
@@ -1,6 +1,6 @@
1
export BUILD_HARNESS_PATH ?= $(shell 'pwd')
2
export OS ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
3
-export SELF ?= make
+export SELF ?= $(MAKE)
4
export PATH := $(BUILD_HARNESS_PATH)/vendor:$(PATH)
5
export DOCKER_BUILD_FLAGS ?=
6
0 commit comments