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