Clarify README.md

merge-requests/4/head
creationship27 2 years ago
parent ea8f7f9324
commit 8c2d0143dd

@ -82,8 +82,8 @@ GNU gcc + ld is used to create a shared object and get converted into an .efi fi
| `CFLAGS` | compiler flags you want to use (empty by default, like "-Wall -pedantic -std=c99") |
| `LDFLAGS` | linker flags you want to use (I don't think you'll ever need this, just in case) |
| `LIBS` | additional libraries you want to link with (like "-lm", only static .a libraries allowed) |
| `EXTRA` | any additional object files you might want to link with |
| `ALSO` | additional makefile rules to be called |
| `EXTRA` | any additional object files you might want to link with, these are also called as makefile rules |
| `ALSO` | additional makefile rules to be called after compiling |
| `OUTDIR` | if given, then your project's object files are generated into this directory (by default not set) |
| `USE_GCC` | set this if you want native GNU gcc + ld + objccopy instead of LLVM Clang + Lld |
| `ARCH` | the target architecture |

Loading…
Cancel
Save