Makeflie: add hie.yaml target.

This commit is contained in:
John MacFarlane
2022-10-20 20:05:50 -07:00
parent ae2b6ee7b9
commit af12b56d06
+3
View File
@@ -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