From 02ce58505e426156a12ba85d37fbef9e2f330a02 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 7 Dec 2020 18:02:41 +0100 Subject: [PATCH] Makefile: run generate build step when making guardiand This fixes bridge build in a clean checkout. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fb10b68..bc22828c 100755 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ generate: dirs bridge: $(BIN)/guardiand .PHONY: $(BIN)/guardiand -$(BIN)/guardiand: dirs +$(BIN)/guardiand: dirs generate cd bridge && go build -mod=readonly -o ../$(BIN)/guardiand github.com/certusone/wormhole/bridge .PHONY: agent