From 323287413d470cad620fd963be6ca9598331041b Mon Sep 17 00:00:00 2001 From: Axy Date: Fri, 27 Mar 2026 15:01:12 +0100 Subject: [PATCH] Tiny makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.53.0