diff --git a/Makefile b/Makefile index 0606f58ef..00eed0c63 100644 --- a/Makefile +++ b/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 =============)