This commit is contained in:
Arnaud 2025-10-15 09:56:12 +02:00
parent 5f7e4afbed
commit a581c31e52
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -39,7 +39,7 @@ build:
run:
ifeq ($(OS),Windows_NT)
dir libs
PATH=libs:$(PATH) .\$(BIN_NAME)
cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" > CON && type CON
else
./$(BIN_NAME)
endif