Skip to content

Commit

Permalink
Makefile: remove deleted targets from .PHONY
Browse files Browse the repository at this point in the history
They were removed in f695969 &
835203d
  • Loading branch information
xavfernandez committed Feb 19, 2025
1 parent e989f43 commit 0e9d4de
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 populate_db_with_cities populate_db_minimal
.PHONY: populate_db

# After migrate
populate_db_with_reference_data: $(VIRTUAL_ENV)
Expand Down

0 comments on commit 0e9d4de

Please sign in to comment.