From 2e4defdea28d7bfd77e348fb9d295c994515a5d8 Mon Sep 17 00:00:00 2001 From: Broc Woodworth Date: Mon, 18 Mar 2024 12:50:06 -0700 Subject: [PATCH] test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7aaf32f..2e456df 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ # https://github.com/infobloxopen/atlas-gentool IMAGE_NAME := infoblox/atlas-gentool +GOFLAGS := "" GO_PATH := /go SRCROOT_ON_HOST := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST)))) SRCROOT_IN_CONTAINER := $(GO_PATH)/src/github.com/infobloxopen/atlas-gentool