From 47036ba678949ade21ecbecaeb780b324f6ce3ee Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 18 Jun 2026 18:07:08 -0400 Subject: Fix harness --- 2026/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '2026/Makefile') diff --git a/2026/Makefile b/2026/Makefile index 8afe383..b29980c 100644 --- a/2026/Makefile +++ b/2026/Makefile @@ -1,3 +1,5 @@ -.PHONY: run -run: - cargo run +.PHONY: run framing +run: framing + cargo run -- --no-browser +framing: + make -C framing/ -- cgit v1.2.3