From 7ebc2a5118ae400fa9c8fc0b2ede3b30e17762c1 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Wed, 30 Mar 2022 11:23:32 -0700 Subject: [PATCH] fix directory location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29f271b7a2..b40d55433e 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ GOOS ?= $(shell go env GOOS) GOARCH ?= $(shell go env GOARCH) GOARM ?= 7 # the default is 5 GOPATH ?= $(shell go env GOPATH) -BUILD_DIR ?= $(CUR_DIR)/out +BUILD_DIR ?= $(PWD)/out $(shell mkdir -p $(BUILD_DIR)) CURRENT_GIT_BRANCH ?= $(shell git branch | grep \* | cut -d ' ' -f2)