attest with needed args

This commit is contained in:
Lance Vick 2023-02-07 16:31:09 -08:00
parent ab2e37ace2
commit a4d04788af
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

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