From a581c31e52487954310bc31e5e5936c334c1cd02 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 09:56:12 +0200 Subject: [PATCH] Debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 341145a..299653a 100644 --- a/Makefile +++ b/Makefile @@ -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