From 1017a095237e85fa1088488efab03558ad3fe3b8 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 09:14:03 +0200 Subject: [PATCH] Debug windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7d1343..db096f2 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ build: run: ifeq ($(OS),Windows_NT) - dir /b libs + dir libs copy .\libs\libcodex.dll . .\$(BIN_NAME) else