We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7e4af commit a581c31Copy full SHA for a581c31
Makefile
@@ -39,7 +39,7 @@ build:
39
run:
40
ifeq ($(OS),Windows_NT)
41
dir libs
42
- PATH=libs:$(PATH) .\$(BIN_NAME)
+ cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)" > CON && type CON
43
else
44
./$(BIN_NAME)
45
endif
0 commit comments