diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mac/Makefile b/src/mac/Makefile index 657077233..4928ac631 100644 --- a/src/mac/Makefile +++ b/src/mac/Makefile @@ -16,17 +16,17 @@ library-kind-debug = .debug library-kind-final = ############################################################################################################## -### Top-level targets -- abstract targets for convinient grouping +### Top-level targets -- abstract targets for convenient grouping ############################################################################################################## # Everything -all Ä glue all-debug all-final headers +all Ä glue all-debug all-final # Debugging versions -all-debug Ä ppc-debug 68k-debug +all-debug Ä ppc-debug 68k-debug headers # Final versions -all-final Ä ppc-final 68k-final +all-final Ä ppc-final 68k-final headers # Clasic 68K glue glue Ä glue-gss glue-krb5 |
