Explorar o código

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

Daniel Alm %!s(int64=7) %!d(string=hai) anos
pai
achega
b5e7c19cc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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