Skip to content

Commit 6ec223c

Browse files
committed
Go: small cleanup in Makefile
1 parent 0dfd336 commit 6ec223c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

go/Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
all: gen extractor
22

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-
endif
15-
endif
16-
173
EXTRACTOR_PACK_OUT = build/codeql-extractor-go
184

195
.PHONY: extractor gen clean autoformat check-formatting

0 commit comments

Comments
 (0)