From 8fb531b1534df5343f2ec461036a9248b3461318 Mon Sep 17 00:00:00 2001 From: SongmingFan123 <121742950+SongmingFan@users.noreply.github.com> Date: Tue, 15 Jul 2025 14:54:01 -0400 Subject: [PATCH 1/2] Add .PHONY for all Make recipes that don't create a file of the same name --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fef3abcf6..bc80e8718 100644 --- a/Makefile +++ b/Makefile @@ -33,4 +33,6 @@ changelog: build-changelog changelog.yaml --org PolicyEngine --repo policyengine-api --output CHANGELOG.md --template .github/changelog_template.md bump-version changelog.yaml setup.py policyengine_api/constants.py rm changelog_entry.yaml || true - touch changelog_entry.yaml \ No newline at end of file + touch changelog_entry.yaml + +.PHONY: install debug test-env-vars test debug-test format deploy changelog \ No newline at end of file From d6404c3b9bc4f8b0a6a90dc9366dab85e67ba2ea Mon Sep 17 00:00:00 2001 From: SongmingFan123 <121742950+SongmingFan@users.noreply.github.com> Date: Thu, 24 Jul 2025 13:23:58 -0400 Subject: [PATCH 2/2] Add .PHONY for all Make recipes that don't create a file of the same name --- changelog_entry.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..0352ef9a2 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + changed: + - Add .PHONY for all make recipes that don't create a file of the same name. \ No newline at end of file