浏览代码

Makefile: minor cosmetic change in .PHONY

skoupidi 1 年之前
父节点
当前提交
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