makefile update

This commit is contained in:
Maoake Teriierooiterai
2026-04-03 11:45:38 +02:00
parent b38da3fc31
commit 9c76914366
+1 -1
View File
@@ -13,7 +13,7 @@ run_windows:
.venv\Scripts\python -m a_maze_ing config.txt .venv\Scripts\python -m a_maze_ing config.txt
debug: debug:
uv pdb python3 a_maze_ing.py config.txt uv run python3 -m pdb a_maze_ing.py config.txt
clean: clean:
rm -rf */**/__pycache__ */__pycache__ __pycache__ */.mypy_cache .mypy_cache .venv dist build */**/*.egg-info */*.egg-info *.egg-info test.txt rm -rf */**/__pycache__ */__pycache__ __pycache__ */.mypy_cache .mypy_cache .venv dist build */**/*.egg-info */*.egg-info *.egg-info test.txt