From dc9a1b2b7d46dae9a83b171231d57a09b6350e1d Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sat, 10 Jan 2026 16:21:22 -0500 Subject: [PATCH] feat: add usage instructions to README and improve Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42c6777..4c0268a 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,4 @@ explain: it graph: @ go tool pprof -raw -output=profile/cpu.raw profile/cpu.prof @ go tool pprof -svg profile/cpu.prof > profile/cpu.svg - @ open profile/cpu.svg + @ echo "Profile graph saved to 'file://profile/cpu.svg'"