From af12b56d068fb3e021585df44d196bbcac478ffa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 20 Oct 2022 20:05:50 -0700 Subject: Makeflie: add hie.yaml target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3