From cfdd064ef681fdd600a14000284127a136f69f5f Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Wed, 19 Feb 2025 15:34:42 +0100 Subject: [PATCH] Makefile: add forgotten target to .PHONY It was added in f6959690468bcd3a052fe4d8502ad5cf63f13982 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc3260a5f8..45cfa961ad 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ fix: fast_fix # Django. # ============================================================================= -.PHONY: populate_db +.PHONY: populate_db populate_db_with_reference_data # After migrate populate_db_with_reference_data: $(VIRTUAL_ENV)