From 3878025ce21d0a1693e53cd21c32f03c451bffde Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 09:29:16 +0200 Subject: [PATCH] Debug windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 986b9fc..0356922 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ build: run: ifeq ($(OS),Windows_NT) dir libs -# copy .\libs\libcodex.dll . + set PATH=libs;%PATH% .\$(BIN_NAME) else ./$(BIN_NAME)