소스 검색

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
 distclean: clean
 	rm -rf target
 	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