Debug windows

This commit is contained in:
Arnaud 2025-10-15 09:24:38 +02:00
parent 1017a09523
commit 2c5d37108b
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -39,7 +39,7 @@ build:
run: run:
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
dir libs dir libs
copy .\libs\libcodex.dll . # copy .\libs\libcodex.dll .
.\$(BIN_NAME) .\$(BIN_NAME)
else else
./$(BIN_NAME) ./$(BIN_NAME)