Makefile: Fix typo

This commit is contained in:
parazyd
2022-12-12 18:49:28 +01:00
parent 9222f9abde
commit 5ed4cecdd9

View File

@@ -64,7 +64,7 @@ rustdoc: token_lists zkas
test: token_lists zkas $(PROOFS_BIN) contracts
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) test --release --all-features --all
$(MAKE) -c src/contract/money test
$(MAKE) -C src/contract/money test
test-dao: zkas
$(MAKE) -C example/dao