diff --git a/Makefile b/Makefile index d6a580a..1a32c3b 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ build: run: ifeq ($(OS),Windows_NT) - dir libs - cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" + pwsh -Command "Copy-Item libs\libcodex.dll ." + pwsh -Command ".\$(BIN_NAME)" else ./$(BIN_NAME) endif