Skip to content

Commit 9dadcb3

Browse files
committed
try escaping $
1 parent d6cade7 commit 9dadcb3

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
@@ -38,7 +38,7 @@ build:
3838

3939
run:
4040
ifeq ($(OS),Windows_NT)
41-
pwsh -Command "$$env:PATH = '$(CURDIR)\libs;' + $$env:PATH ; .\$(BIN_NAME)"
41+
pwsh -Command "$$env:PATH = '$(CURDIR)\libs;' + $$env:PATH ; .\example.exe"
4242
else
4343
./$(BIN_NAME)
4444
endif

0 commit comments

Comments
 (0)