Browse Source

Makefile: Small formatting fix.

Bastien Guerry 12 years ago
parent
commit
0524a24c36
1 changed files with 5 additions and 5 deletions
  1. 5 5
      Makefile

+ 5 - 5
Makefile

@@ -68,11 +68,11 @@ helpall::
 help helpall::
 	$(info make config         - check main configuration)
 helpall::
-	$(info make config-test     - check test configuration)
-	$(info make config-exe      - check executables configuration)
-	$(info make config-cmd      - check command configuration)
-	$(info make config-all      - check all configuration)
-	$(info make config-eol      - check all configuration, mark end-of-line)
+	$(info make config-test    - check test configuration)
+	$(info make config-exe     - check executables configuration)
+	$(info make config-cmd     - check command configuration)
+	$(info make config-all     - check all configuration)
+	$(info make config-eol     - check all configuration, mark end-of-line)
 	$(info )
 	$(info Documentation)
 	$(info =============)