Skip to content

Commit a581c31

Browse files
committed
Debug
1 parent 5f7e4af commit a581c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build:
3939
run:
4040
ifeq ($(OS),Windows_NT)
4141
dir libs
42-
PATH=libs:$(PATH) .\$(BIN_NAME)
42+
cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" > CON && type CON
4343
else
4444
./$(BIN_NAME)
4545
endif

0 commit comments

Comments
 (0)