|
@@ -36,6 +36,7 @@ clippy:
|
|
|
test:
|
|
test:
|
|
|
$(CARGO) test --release --all-features --all
|
|
$(CARGO) test --release --all-features --all
|
|
|
$(CARGO) run --release --features=node --example tx
|
|
$(CARGO) run --release --features=node --example tx
|
|
|
|
|
+ $(CARGO) run --release --features=crypto,cli,zkas --example vm2
|
|
|
|
|
|
|
|
clean:
|
|
clean:
|
|
|
rm -f $(BINS)
|
|
rm -f $(BINS)
|