Kaynağa Gözat

Makefile: Fix typo

parazyd 3 yıl önce
ebeveyn
işleme
5ed4cecdd9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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