example/dao: running the example through makefile

This commit is contained in:
Dastan-glitch
2022-11-06 05:29:42 +03:00
parent f2aac746cb
commit 8e381ad43c
8 changed files with 45 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ 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
$(MAKE) -C example/dao
cleanbin:
rm -f $(BINS)