Update makefile

This commit is contained in:
Arnaud 2025-10-15 09:06:13 +02:00
parent 9482621987
commit d236bd6afc
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -38,7 +38,8 @@ build:
run:
ifeq ($(OS),Windows_NT)
pwsh -NoProfile -Command "$env:PATH = (Join-Path (Get-Location) 'libs') + ';' + $env:PATH; & .\\$(BIN_NAME); exit $LASTEXITCODE"
copy libs\libcodex.dll .
.\$(BIN_NAME)
else
./$(BIN_NAME)
endif