Makefile: Small formatting fix.

This commit is contained in:
Bastien Guerry 2012-08-09 22:31:47 +02:00
parent e85479aeb1
commit 0524a24c36
1 changed files with 5 additions and 5 deletions

View File

@ -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 =============)