Skip to content

fix: add missing targets to .PHONY in Makefile - #5

Merged
John15321 merged 1 commit into
mainfrom
update-makefile
Jul 8, 2026
Merged

fix: add missing targets to .PHONY in Makefile#5
John15321 merged 1 commit into
mainfrom
update-makefile

Conversation

@John15321

Copy link
Copy Markdown
Member

Update makefile

Signed-off-by: Jan Bronicki <janbronicki@microsoft.com>
Copilot AI review requested due to automatic review settings July 8, 2026 12:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Makefile’s .PHONY declaration to include the full set of defined convenience targets, ensuring make doesn’t treat those names as real files and accidentally skip running them.

Changes:

  • Expanded .PHONY to cover all existing Makefile targets (e.g., dev, setup, test-quick, lint-fix, format-check, type-check, all, ci).
  • Removed targets from .PHONY that are not present in the Makefile (e.g., run).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@John15321
John15321 merged commit d4675bc into main Jul 8, 2026
25 checks passed
@John15321
John15321 deleted the update-makefile branch July 8, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants