Skip to content

Commit 032d7c3

Browse files
committed
Makefile: add .NOTPARALLEL
Fix issue 1166 Signed-off-by: Akihiro Suda <[email protected]>
1 parent c3e82cc commit 032d7c3

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)