We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Makefile
1 parent 0dfd336 commit 6ec223cCopy full SHA for 6ec223c
1 file changed
go/Makefile
@@ -1,19 +1,5 @@
1
all: gen extractor
2
3
-ifeq ($(OS),Windows_NT)
4
-EXE = .exe
5
-CODEQL_PLATFORM = win64
6
-else
7
-EXE =
8
-UNAME_S := $(shell uname -s)
9
-ifeq ($(UNAME_S),Linux)
10
-CODEQL_PLATFORM = linux64
11
-endif
12
-ifeq ($(UNAME_S),Darwin)
13
-CODEQL_PLATFORM = osx64
14
15
16
-
17
EXTRACTOR_PACK_OUT = build/codeql-extractor-go
18
19
.PHONY: extractor gen clean autoformat check-formatting
0 commit comments