Переглянути джерело

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