From 5811d88877c09bd7710a577912427a0730864f49 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 09:58:15 +0200 Subject: [PATCH] Debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 299653a..d6a580a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ build: run: ifeq ($(OS),Windows_NT) dir libs - cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" > CON && type CON + cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" else ./$(BIN_NAME) endif