From 2f85090410a5d55b9ff017603ef891ff5e55d173 Mon Sep 17 00:00:00 2001 From: Jia Zhang Date: Mon, 31 Aug 2020 05:24:30 +0000 Subject: [PATCH] Don't build ra-tls from top directory Signed-off-by: Jia Zhang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2381063..dad55ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all install clean uninstall package export INCLAVARE_CONTAINERS_VERSION := $(shell cat ./VERSION) -components := rune shim sgx-tools stub_enclave +components := rune shim sgx-tools dist_release_components := rune shim all: -- GitLab