Eric 14f791ad16
try with powershell file
# Conflicts:
#	Makefile

# Conflicts:
#	Makefile
2025-10-15 21:39:09 +11:00

6 lines
104 B
PowerShell

param(
[string]$BinaryName = "example.exe"
)
$env:PATH = "$PWD\libs;" + $env:PATH
& ".\$BinaryName"