From a4d04788af2b3dfa1b255f1db2dce844cc9499bf Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 7 Feb 2023 16:31:09 -0800 Subject: [PATCH] attest with needed args --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d19b44..98ce4a6 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ toolchain-clean: .PHONY: attest attest: rm -rf $(CACHE_DIR) $(OUT_DIR) - $(MAKE) + $(MAKE) TARGET=$(TARGET) VERSION=$(VERSION) diff -q $(OUT_DIR)/manifest.txt release/$(VERSION)/manifest.txt; $(RELEASE_DIR):