mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
add dao example to main MakeFile
This commit is contained in:
3
Makefile
3
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user