From 9c769143669aae89cd350dffa42c127c4c5e87b4 Mon Sep 17 00:00:00 2001 From: Maoake Teriierooiterai Date: Fri, 3 Apr 2026 11:45:38 +0200 Subject: [PATCH] makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7a66f0..83eaeb4 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ run_windows: .venv\Scripts\python -m a_maze_ing config.txt debug: - uv pdb python3 a_maze_ing.py config.txt + uv run python3 -m pdb a_maze_ing.py config.txt clean: rm -rf */**/__pycache__ */__pycache__ __pycache__ */.mypy_cache .mypy_cache .venv dist build */**/*.egg-info */*.egg-info *.egg-info test.txt