diff --git a/Makefile b/Makefile index 67c9dd27a..02e04a4c4 100644 --- a/Makefile +++ b/Makefile @@ -254,3 +254,6 @@ help: ## display this help @printf "%-16s%s\n" "REVISION" "$(REVISION)" .PHONY: help +hie.yaml: ## regenerate hie.yaml + gen-hie > $@ +.PHONY: hie.yaml