Skip to content

chore(make): declare .PHONY per target for consistency#97

Merged
WhiteMuush merged 1 commit into
mainfrom
chore/makefile-phony
Jun 26, 2026
Merged

chore(make): declare .PHONY per target for consistency#97
WhiteMuush merged 1 commit into
mainfrom
chore/makefile-phony

Conversation

@WhiteMuush

Copy link
Copy Markdown
Owner

What

Replace the single grouped .PHONY with one .PHONY declaration directly above each target.

Why

Keeps the phony declaration next to its target, so adding or removing a target no longer requires editing a separate list. No behavior change.

@WhiteMuush WhiteMuush merged commit 5ee2f62 into main Jun 26, 2026
11 checks passed
@WhiteMuush WhiteMuush deleted the chore/makefile-phony branch June 26, 2026 23:16
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.

1 participant