diff --git a/Justfile b/Justfile index e858fa71..e57390a7 100644 --- a/Justfile +++ b/Justfile @@ -165,6 +165,10 @@ checksum: @echo '```' @md5sum ./target/"bin-$(convco version)"/* @echo '```' + @echo "## blake3sum" + @echo '```' + @b3sum ./target/"bin-$(convco version)"/* + @echo '```' alias c := cross