Updated Makefile

This commit is contained in:
Renn F
2026-06-22 03:07:47 +02:00
parent f6295fb31e
commit ba8b877a05
+1 -1
View File
@@ -425,7 +425,7 @@ prune:
.PHONY: clean
clean:
@find . | grep -E "(__pycache__|\.pyc|\.pyo|\.pytest_cache|\.ruff_cache|\.mypy_cache)" | xargs rm -rf
@cd panel && rm -rf node_modules/ && rm -rf .next/ && rm -rf logs/
@cd panel && rm -rf node_modules/ && rm -rf .next/ && rm -rf logs/ && rm -rf coverage/
@cd ..
# Security