From 9b9e82a6494df838ef11fd826fe4f2a20fde0131 Mon Sep 17 00:00:00 2001 From: "YiLin.Li" Date: Tue, 21 Jul 2020 09:56:58 +0000 Subject: [PATCH] rune: Add libenclave/attestation/proto in Makefile. Signed-off-by: Yilin Li --- rune/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rune/Makefile b/rune/Makefile index a69e2b9..f71f78e 100644 --- a/rune/Makefile +++ b/rune/Makefile @@ -22,7 +22,7 @@ ifeq ($(DEBUG),1) GCFLAGS=-gcflags "-N -l" endif -PROTO_DIR := libenclave/proto libenclave/intelsgx/proto +PROTO_DIR := libenclave/proto libenclave/intelsgx/proto libenclave/attestation/proto PROTOS := $(foreach dir,$(PROTO_DIR),$(patsubst %.proto,%.pb.go,$(wildcard $(dir)/*.proto))) GO_BUILD := $(GO) build $(MOD_VENDOR) -buildmode=pie $(GCFLAGS) $(EXTRA_FLAGS) -tags "$(BUILDTAGS)" \ -- GitLab