From 4fb61d4afcf46ccfa069a03c330277edb8fba27a Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:15:14 +1100 Subject: [PATCH] try powershell command --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9e4770f..2abda1b 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,8 @@ build: run: ifeq ($(OS),Windows_NT) - dir libs - copy libs\libcodex.dll . - $(BIN_NAME) + Copy-Item libs\libcodex.dll . + .\$(BIN_NAME) else ./$(BIN_NAME) endif