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