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 563449d commit 71cd371Copy full SHA for 71cd371
Makefile
@@ -1,6 +1,6 @@
1
default:
2
mdtool build -p:checkov -c:"Release|x86"
3
bundle: default
4
- mkbundle -o checkov --static --deps -z ./bin/Release/checkov.exe
+ mkbundle -o checkov --static --deps -z ./bin/checkov.exe
5
clean:
6
-rm checkov bin/checkov.exe bin/checkov-dbg.exe
0 commit comments