]> Untitled Git - axy/ft/a-maze-ing.git/commitdiff
fixed makefile (nique profile)
authorLucas Flores <luflores@k1r4p7.42mulhouse.fr>
Mon, 30 Mar 2026 13:58:16 +0000 (15:58 +0200)
committerLucas Flores <luflores@k1r4p7.42mulhouse.fr>
Mon, 30 Mar 2026 13:58:16 +0000 (15:58 +0200)
Makefile

index 4cd4dd9a02a505f8278a2932d4b3d0aa7c7a101a..6c21d335587681adf88d8c16d5e37a640893f5b9 100644 (file)
--- 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