]> Untitled Git - axy/ft/a-maze-ing.git/commitdiff
Tiny makefile fix
authorAxy <gilliardmarthey.axel@gmail.com>
Fri, 27 Mar 2026 14:01:12 +0000 (15:01 +0100)
committerAxy <gilliardmarthey.axel@gmail.com>
Fri, 27 Mar 2026 14:01:12 +0000 (15:01 +0100)
Makefile

index eec4d1cd63899e0050714188f211f06e4b7b4c2e..13a84d58fa14346077139175d4d247e56c8ca78e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,4 +31,4 @@ lint-strict:
 profile:
        python -m cProfile -o out.prof __main__.py
 
-.PHONY: install venv  run clean lint lint-strict profile package
+.PHONY: install venv  run clean lint lint-strict profile build