github EbodShojaei/bake v1.1.1
v1.1.1 - Intelligent automatic detection and insertion of `.PHONY` declarations

latest releases: v1.4.6, v1.4.5, v1.4.4...
11 months ago

The detection uses dynamic analysis of recipe commands rather than hardcoded target names:

  • Command Analysis: Examines what each target's recipe actually does
  • File Creation Detection: Identifies if commands create files with the target name
  • Pattern Recognition: Understands compilation patterns, redirections, and common tools

Update mbake (pip install --upgrade mbake), the config (via ~/.bake.toml), and try out the feature by enabling auto_insert_phony_declarations to true.

Don't miss a new bake release

NewReleases is sending notifications on new releases.