diff --git a/Makefile b/Makefile index d6a580a..9e4770f 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ build: run: ifeq ($(OS),Windows_NT) dir libs - cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" + copy libs\libcodex.dll . + $(BIN_NAME) else ./$(BIN_NAME) endif