Skip to content

Commit

Permalink
extend PHONY list
Browse files Browse the repository at this point in the history
  • Loading branch information
vborchsh committed Oct 30, 2023
1 parent 0f9f445 commit e45362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e45362e

Please sign in to comment.