فهرست منبع

add dao example to main MakeFile

Dastan-glitch 3 سال پیش
والد
کامیت
6d420edc35
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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)