Skip to content

Commit

Permalink
Makefile: add forgotten target to .PHONY
Browse files Browse the repository at this point in the history
It was added in f695969
  • Loading branch information
xavfernandez committed Feb 19, 2025
1 parent 0e9d4de commit cfdd064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cfdd064

Please sign in to comment.