From aa7dc79b54203020737fedcf0a95ccdef2e38cca Mon Sep 17 00:00:00 2001 From: Alex Staninger Date: Fri, 1 Mar 2024 13:35:08 -0800 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68a96b49..674c0c60 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ ifeq ($(GOARCH),) GOARCH := amd64 endif -# Directories +# Directories. ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) TOOLS_DIR := hack/tools TOOLS_BIN_DIR := $(abspath $(TOOLS_DIR)/bin)