Quellcode durchsuchen

Makefile: Fix typo

parazyd vor 3 Jahren
Ursprung
Commit
5ed4cecdd9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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