refactor: set help as default target of Makefile (#21011)

This commit is contained in:
Halimao 2024-07-22 17:28:20 +08:00 committed by GitHub
parent ae4af887d0
commit 4b3a0b0afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,8 @@ include scripts/build/testing.mk
include scripts/build/documentation.mk
include scripts/build/build.mk
.DEFAULT_GOAL := help
###############################################################################
### Tools & Dependencies ###
###############################################################################