fix lotus-gateway build

This commit is contained in:
Łukasz Magiera 2021-06-02 12:34:48 +02:00
parent 3ae817d549
commit 6d7e0a57e4

View File

@ -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