@cryptotaxi247 / kubo / commits / d6f280ece

make: fix megacheck being run on help print

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Jul 12, 2017 at 20:11 UTC d6f280ecec4d148f6c42163f842d79692c6abcdd
1 file changed +1 -1
Rules.mk
+1 -1
@@ -145,7 +145,7 @@ help:
145 @echo ' test_go_short'
146 @echo ' test_go_expensive'
147 @echo ' test_go_race'
148 - @echo ' test_go_megacheck' - Run the `megacheck` vetting tool
148 + @echo ' test_go_megacheck - Run the `megacheck` vetting tool'
149 @echo ' test_sharness_short'
150 @echo ' test_sharness_expensive'
151 @echo ' test_sharness_race'