diff --git a/Makefile b/Makefile index 341145a..299653a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ build: run: ifeq ($(OS),Windows_NT) dir libs - PATH=libs:$(PATH) .\$(BIN_NAME) + cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" > CON && type CON else ./$(BIN_NAME) endif