attest with needed args
This commit is contained in:
parent
ab2e37ace2
commit
a4d04788af
2
Makefile
2
Makefile
|
@ -85,7 +85,7 @@ toolchain-clean:
|
||||||
.PHONY: attest
|
.PHONY: attest
|
||||||
attest:
|
attest:
|
||||||
rm -rf $(CACHE_DIR) $(OUT_DIR)
|
rm -rf $(CACHE_DIR) $(OUT_DIR)
|
||||||
$(MAKE)
|
$(MAKE) TARGET=$(TARGET) VERSION=$(VERSION)
|
||||||
diff -q $(OUT_DIR)/manifest.txt release/$(VERSION)/manifest.txt;
|
diff -q $(OUT_DIR)/manifest.txt release/$(VERSION)/manifest.txt;
|
||||||
|
|
||||||
$(RELEASE_DIR):
|
$(RELEASE_DIR):
|
||||||
|
|
Loading…
Reference in New Issue