Răsfoiți Sursa

add dao example to main MakeFile

Dastan-glitch 3 ani în urmă
părinte
comite
6d420edc35
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      Makefile

+ 3 - 0
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)