From: Axy Date: Fri, 27 Mar 2026 14:01:12 +0000 (+0100) Subject: Tiny makefile fix X-Git-Url: https://git.uwuaxy.net/flexible_layout.mp4?a=commitdiff_plain;h=323287413d470cad620fd963be6ca9598331041b;p=axy%2Fft%2Fa-maze-ing.git Tiny makefile fix --- diff --git a/Makefile b/Makefile index eec4d1c..13a84d5 100644 --- 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