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";