From 6d7e0a57e4994240ec6adc297c2dbe7aed3fa9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 2 Jun 2021 12:34:48 +0200 Subject: [PATCH] fix lotus-gateway build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9ba6f3c1d..11180f8b0 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,7 @@ BINS+=lotus-shed lotus-gateway: $(BUILD_DEPS) rm -f lotus-gateway + go build $(GOFLAGS) -o lotus-gateway ./cmd/lotus-gateway .PHONY: lotus-gateway BINS+=lotus-gateway