From: Lucas Flores Date: Mon, 30 Mar 2026 13:58:16 +0000 (+0200) Subject: fixed makefile (nique profile) X-Git-Url: https://git.uwuaxy.net/error_handling.png?a=commitdiff_plain;h=5a42a8e64c5d53b951a17c0783a82a68da9d733d;p=axy%2Fft%2Fa-maze-ing.git fixed makefile (nique profile) --- diff --git a/Makefile b/Makefile index 4cd4dd9..6c21d33 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,4 @@ lint-strict: python -m poetry run flake8 . --extend-exclude .venv python -m poetry run mypy . --strict -profile: - python -m cProfile -o out.prof __main__.py - .PHONY: install venv run clean lint lint-strict profile build