chore: Makefile improvements and cleanup #2

Closed
mvhutz wants to merge 16 commits from chore/makefile-improvements into main
Showing only changes of commit dc9a1b2b7d - Show all commits

View File

@@ -18,4 +18,4 @@ explain: it
graph: graph:
@ go tool pprof -raw -output=profile/cpu.raw profile/cpu.prof @ go tool pprof -raw -output=profile/cpu.raw profile/cpu.prof
@ go tool pprof -svg profile/cpu.prof > profile/cpu.svg @ go tool pprof -svg profile/cpu.prof > profile/cpu.svg
@ open profile/cpu.svg @ echo "Profile graph saved to 'file://profile/cpu.svg'"