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 d336000 commit e41e39fCopy full SHA for e41e39f
crd/nodenetworkconfig/Makefile
@@ -1,7 +1,7 @@
1
.DEFAULT_GOAL = all
2
3
REPO_ROOT = $(shell git rev-parse --show-toplevel)
4
-CONTROLLER_GEN = go tool -modfile=tools.go.mod controller-gen
+CONTROLLER_GEN = go tool -modfile=$(REPO_ROOT)/tools.go.mod controller-gen
5
6
all: generate manifests
7
0 commit comments