| ... | @@ -87,9 +87,10 @@ static const char *ZIG_ZEN = "\n" | ... | @@ -87,9 +87,10 @@ static const char *ZIG_ZEN = "\n" |
| 87 | " * Only one obvious way to do things.\n" | 87 | " * Only one obvious way to do things.\n" |
| 88 | " * Runtime crashes are better than bugs.\n" | 88 | " * Runtime crashes are better than bugs.\n" |
| 89 | " * Compile errors are better than runtime crashes.\n" | 89 | " * Compile errors are better than runtime crashes.\n" |
| 90 | " * Minimize energy spent on coding style.\n" | | |
| 91 | " * Incremental improvements.\n" | 90 | " * Incremental improvements.\n" |
| 92 | " * Avoid local maximums.\n" | 91 | " * Avoid local maximums.\n" |
| | 92 | " * Reduce the amount one must remember.\n" |
| | 93 | " * Minimize energy spent on coding style.\n" |
| 93 | " * Together we serve the end users.\n"; | 94 | " * Together we serve the end users.\n"; |
| 94 | | 95 | |
| 95 | static int print_target_list(FILE *f) { | 96 | static int print_target_list(FILE *f) { |