Просмотр исходного кода

Makefile: minor cosmetic change in .PHONY

skoupidi 1 год назад
Родитель
Сommit
c784b4bd88
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -194,4 +194,5 @@ clean:
 distclean: clean
 	rm -rf target
 
-.PHONY: all $(BINS) explorerd_bundle_contracts_src fmt check clippy fix rustdoc test bench-zk-from-json bench coverage clean distclean
+.PHONY: all $(BINS) explorerd_bundle_contracts_src fmt check clippy fix rustdoc \
+	test bench-zk-from-json bench coverage clean distclean