Skip to content

Commit 5f7e4af

Browse files
committed
Debug windows
1 parent f0818b5 commit 5f7e4af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ build:
3939
run:
4040
ifeq ($(OS),Windows_NT)
4141
dir libs
42-
set PATH=libs;%PATH%
43-
.\$(BIN_NAME)
42+
PATH=libs:$(PATH) .\$(BIN_NAME)
4443
else
4544
./$(BIN_NAME)
4645
endif

0 commit comments

Comments
 (0)