diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/Makefile')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/templates/Makefile b/heat/vFW_CNF_CDS/templates/Makefile index 98b2890d..72e93f2a 100644 --- a/heat/vFW_CNF_CDS/templates/Makefile +++ b/heat/vFW_CNF_CDS/templates/Makefile @@ -1,7 +1,10 @@ -.PHONY: all clean helm base cba +.PHONY: all clean helm base cba clean_all CSAR_NAME ?= vfw_k8s_demo CBA_NAME ?= vFW_CDS_CNF +clean_all: + $(MAKE) clean + $(MAKE) all all: csar/ helm base cba #Can't use .csar extension or SDC will panic |