Merge branch 'master' into dao_demo

This commit is contained in:
Dastan-glitch
2022-09-16 23:54:06 +03:00
63 changed files with 1099 additions and 488 deletions

View File

@@ -31,7 +31,7 @@ PROOFS_BIN = $(PROOFS:=.bin)
all: zkas $(PROOFS_BIN) $(BINS)
zkas:
zkas: $(BINDEPS)
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --all-features --release --package $@
cp -f target/release/$@ $@