add dao example to main MakeFile

This commit is contained in:
Dastan-glitch
2022-11-04 05:25:08 +03:00
parent 98921f7cc8
commit 6d420edc35

View File

@@ -65,6 +65,9 @@ test: token_lists zkas $(PROOFS_BIN) test-tx
test-tx: zkas
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) run --release --features=node,zkas --example tx
test-dao: zkas
RUSTFLAGS="$(RUSTFLAGS)" RUST_LOG=debug $(CARGO) run --release --features=crypto,rpc --example dao
cleanbin:
rm -f $(BINS)