Skip to content

Commit 71cd371

Browse files
committed
Update paths for bundling in makefile
1 parent 563449d commit 71cd371

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
@@ -1,6 +1,6 @@
11
default:
22
mdtool build -p:checkov -c:"Release|x86"
33
bundle: default
4-
mkbundle -o checkov --static --deps -z ./bin/Release/checkov.exe
4+
mkbundle -o checkov --static --deps -z ./bin/checkov.exe
55
clean:
66
-rm checkov bin/checkov.exe bin/checkov-dbg.exe

0 commit comments

Comments
 (0)