From 5744fff316c76a28f573d2852bcc99a989279147 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 20 Feb 2026 00:07:44 -0700 Subject: [PATCH] . --- do.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.ps1 b/do.ps1 index 2795255..1cfed03 100755 --- a/do.ps1 +++ b/do.ps1 @@ -237,7 +237,7 @@ switch ($command) { Write-Host ":: Cleaning up build artifacts..."; Remove-Item -Path (Join-Path $OUT_DIR ($EXE_NAME + "*")) -Force; } - {($_ -eq "list-targets") -or ($_ -eq "lt")} { + {($_ -eq "list") -or ($_ -eq "l")} { # zig target doesn't actually output json... Write-Host ":: Available cross-compilation targets"; Write-Host " x86_64-windows-gnu";