Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit aa6f5db

Browse files
committed
Fixing logging from the Makefile
1 parent f7de869 commit aa6f5db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ build:
3636
test:
3737
unit:
3838
codegen:
39-
$(shell ./hack/update-codegen.sh)
40-
$(shell ./hack/update-crd.sh)
39+
@echo "Running update-codegen to generate the code..."
40+
bash ./hack/update-codegen.sh
41+
42+
@echo "Running update-crd to generate the crd..."
43+
bash ./hack/update-crd.sh
4144

4245
include release-tools/build.make

0 commit comments

Comments
 (0)