Explorar o código

Makefile: remove empty line in help output

* Makefile (help helpall): Remove empty line in help output.
Achim Gratz %!s(int64=11) %!d(string=hai) anos
pai
achega
7fa837180c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -17,7 +17,6 @@ help helpall::
 	$(info )
 	$(info Getting Help)
 	$(info ============)
-	$(info )
 	$(info make help           - show brief help)
 	$(info make targets        - ditto)
 	$(info make helpall        - show extended help)