From fa9446efc4993e3c0cc82425538a092443812c04 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 7 Jan 2021 09:20:16 +0100 Subject: [PATCH] Don't generate easyjson files concurrently. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3c35032..c5cd5c5 100644 --- a/Makefile +++ b/Makefile @@ -134,4 +134,5 @@ tarball: dist: tarball +.NOTPARALLEL: %_easyjson.go .PHONY: src/signaling/continentmap.go