Skip to content

Commit 1fafcca

Browse files
authored
Merge pull request #1167 from AkihiroSuda/dev
Makefile: add .NOTPARALLEL
2 parents c3e82cc + 032d7c3 commit 1fafcca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ VERSION_TRIMMED := $(VERSION:v%=%)
2020

2121
GO_BUILD := $(GO) build -ldflags="-s -w -X $(PACKAGE)/pkg/version.Version=$(VERSION)"
2222

23+
.NOTPARALLEL:
24+
2325
.PHONY: all
2426
all: binaries
2527

0 commit comments

Comments
 (0)