Browse Source

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

Daniel Alm 7 years ago
parent
commit
b5e7c19cc2
1 changed files with 1 additions and 1 deletions
  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