mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -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
|
test-tx: zkas
|
||||||
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) run --release --features=node,zkas --example tx
|
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:
|
cleanbin:
|
||||||
rm -f $(BINS)
|
rm -f $(BINS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user