@@ -17,7 +17,7 @@ ROOT_DIR_RELATIVE := .
17
17
include $(ROOT_DIR_RELATIVE ) /common.mk
18
18
19
19
# If you update this file, please follow
20
- # https://suva.sh/posts/ well-documented-makefiles
20
+ # https://www.thapaliya.com/en/writings/ well-documented-makefiles/
21
21
22
22
# Active module mode, as we use go modules to manage dependencies
23
23
export GO111MODULE =on
@@ -116,7 +116,7 @@ LDFLAGS := $(shell source ./hack/version.sh; version::ldflags)
116
116
117
117
118
118
# # --------------------------------------
119
- # # Testing
119
+ # #@ Testing
120
120
# # --------------------------------------
121
121
122
122
# The number of ginkgo tests to run concurrently
@@ -190,7 +190,7 @@ test-conformance-fast: ## Run clusterctl based conformance test on workload clus
190
190
191
191
192
192
# # --------------------------------------
193
- # # Binaries
193
+ # #@ Binaries
194
194
# # --------------------------------------
195
195
196
196
.PHONY : binaries
@@ -211,7 +211,7 @@ $(SETUP_ENVTEST): # Build setup-envtest from tools folder.
211
211
$(SETUP_ENVTEST_BIN ) : $(SETUP_ENVTEST ) # # Build a local copy of setup-envtest.
212
212
213
213
# # --------------------------------------
214
- # # Linting
214
+ # #@ Linting
215
215
# # --------------------------------------
216
216
217
217
.PHONY : lint
@@ -226,7 +226,7 @@ lint-fast: $(GOLANGCI_LINT) ## Run only faster linters to detect possible issues
226
226
$(GOLANGCI_LINT ) run -v --fast=true
227
227
228
228
# # --------------------------------------
229
- # # Generate
229
+ # #@ Generate
230
230
# # --------------------------------------
231
231
232
232
.PHONY : modules
@@ -268,7 +268,7 @@ generate-manifests: $(CONTROLLER_GEN) ## Generate manifests e.g. CRD, RBAC etc.
268
268
rbac:roleName=manager-role
269
269
270
270
# # --------------------------------------
271
- # # Docker
271
+ # #@ Docker
272
272
# # --------------------------------------
273
273
274
274
.PHONY : docker-build
@@ -286,7 +286,7 @@ docker-pull-prerequisites:
286
286
docker pull gcr.io/distroless/static:latest
287
287
288
288
# # --------------------------------------
289
- # # Docker — All ARCH
289
+ # #@ Docker — All ARCH
290
290
# # --------------------------------------
291
291
292
292
.PHONY : docker-build-all # # Build all the architecture docker images
@@ -314,7 +314,7 @@ staging-manifests:
314
314
$(MAKE ) $(RELEASE_DIR ) /$(MANIFEST_FILE ) .yaml PULL_POLICY=IfNotPresent TAG=$(RELEASE_ALIAS_TAG )
315
315
316
316
# # --------------------------------------
317
- # # Release
317
+ # #@ Release
318
318
# # --------------------------------------
319
319
320
320
$(RELEASE_DIR ) :
@@ -454,7 +454,7 @@ image-patch-pull-policy: $(IMAGE_PATCH_DIR) $(GOJQ)
454
454
455
455
456
456
# # --------------------------------------
457
- # # Cleanup / Verification
457
+ # #@ Cleanup / Verification
458
458
# # --------------------------------------
459
459
460
460
.PHONY : clean
0 commit comments