fix: wrong makefile file location

This commit is contained in:
2026-06-12 02:53:43 +02:00
parent cb46fce3ce
commit 6c9152d8b0
+1 -1
View File
@@ -5,4 +5,4 @@ help:
@echo " make setup - Set up the application (migrate + ...)" @echo " make setup - Set up the application (migrate + ...)"
setup: setup:
/opt/uv/uv run python src/manage.py migrate /opt/uv/uv run python highscore/manage.py migrate