From e45362e68ac10d4450d287c0d9a91731d8404b20 Mon Sep 17 00:00:00 2001 From: Vladislav Borshch Date: Mon, 30 Oct 2023 19:06:02 +0700 Subject: [PATCH] extend PHONY list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0609357..19d8d77 100644 --- a/Makefile +++ b/Makefile @@ -112,4 +112,4 @@ help: ## Print this help @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-10s\033[0m %s\n", $$1, $$2}' @echo "" -.PHONY: all build create open save synth impl xsa bin clean clean_all template help +.PHONY: all rebuild create open save synth impl xsa timing ip_upgrade bin user-tcl clean clean_bd clean_all template help