Skip to content

Commit 56032ea

Browse files
committed
chore(makefile): designate all targets as phony
This prevents them from breaking if we ever accidentally create files with their names in the root directory of the project (and is also just good practice). See https://www.gnu.org/software/make/manual/html_node/Special-Targets.html for more
1 parent 566a116 commit 56032ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.PHONY: list up upd build stop down restart make-migrations migrate collectstatic shell logs create-super-user \
2+
docker-stop-all create-schema test ruff-check ruff-fix ruff-format load-fixtures pre-commit-install \
3+
dev-import-documents dev-quick-install lighthouse dev_update_vector_search docker-shell check make-messages \
4+
compile-messages
5+
16
list:
27
@echo "Available commands:"
38
@echo "up - Start the project"

0 commit comments

Comments
 (0)