makefile: deploy + backup are phony targets — deploy/ dir shadowed them (make said up to date, ran nothing)

This commit is contained in:
Oleksandr Kozachuk
2026-07-15 19:21:28 +02:00
parent 7fa23068a4
commit dc7864efe1
+1 -1
View File
@@ -1,6 +1,6 @@
# Fjerkroa Bot Development Makefile (uv-managed)
.PHONY: help install install-dev clean test test-cov test-fast lint format format-check type-check security-check audit trace check all-checks pre-commit run run-dev build ci
.PHONY: deploy backup help install install-dev clean test test-cov test-fast lint format format-check type-check security-check audit trace check all-checks pre-commit run run-dev build ci
# Default target
help: ## Show this help message