From 5f7e4afbedc581ee65145bca0d93c08b09282c7c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 09:31:56 +0200 Subject: [PATCH] Debug windows --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f041e9f..341145a 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,7 @@ build: run: ifeq ($(OS),Windows_NT) dir libs - set PATH=libs;%PATH% - .\$(BIN_NAME) + PATH=libs:$(PATH) .\$(BIN_NAME) else ./$(BIN_NAME) endif