On Mon, Mar 15, 2021 at 8:57 PM Denton Liu <liu.denton@xxxxxxxxx> wrote: > Then convention in Git's Makefile is to mark targets which do not s/Then/The/ > actually generate any precious files (such as static checking targets). > .PHONY enables the target to still run, even if a file is erroneously > created with the same name as the target. > > Mark 'check-builtins' as a .PHONY target. > > Signed-off-by: Denton Liu <liu.denton@xxxxxxxxx>