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 d6cade7 commit 9dadcb3Copy full SHA for 9dadcb3
Makefile
@@ -38,7 +38,7 @@ build:
38
39
run:
40
ifeq ($(OS),Windows_NT)
41
- pwsh -Command "$$env:PATH = '$(CURDIR)\libs;' + $$env:PATH ; .\$(BIN_NAME)"
+ pwsh -Command "$$env:PATH = '$(CURDIR)\libs;' + $$env:PATH ; .\example.exe"
42
else
43
./$(BIN_NAME)
44
endif
0 commit comments