瀏覽代碼

Avoid displaying the comment about setting the generated project's indentation settings when running `make`.

Daniel Alm 7 年之前
父節點
當前提交
b5e7c19cc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -8,7 +8,7 @@ all:
 	
 project:
 	swift package generate-xcodeproj
-	# Optional: set the generated project's indentation settings.
+# Optional: set the generated project's indentation settings.
 	-ruby fix-indentation-settings.rb
 
 test:	all