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 e48fc66 commit af803c8Copy full SHA for af803c8
go/Makefile
@@ -14,7 +14,7 @@ CODEQL_PLATFORM = osx64
14
endif
15
16
17
-CODEQL_TOOLS = $(addprefix codeql-tools/,autobuild.cmd autobuild.sh pre-finalize.cmd pre-finalize.sh index.cmd index.sh tracing-config.lua)
+CODEQL_TOOLS = $(addprefix codeql-tools/,autobuild.cmd autobuild.sh pre-finalize.cmd pre-finalize.sh index.cmd index.sh identify-environment.cmd identify-environment.sh tracing-config.lua)
18
19
EXTRACTOR_PACK_OUT = build/codeql-extractor-go
20
0 commit comments