diff --git a/Makefile.core.mk b/Makefile.core.mk index db8f1d8c17..c39d845b6c 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -63,7 +63,7 @@ update_operator_yamls: update_examples: @scripts/grab_examples.sh $(SOURCE_BRANCH_NAME) -update_all: update_ref_docs update_operator_yamls update_examples +update_all: update_ref_docs update_examples include common/Makefile.common.mk