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