From 5a22d8c95a9f8841cca13c04726a4459bfd1214e Mon Sep 17 00:00:00 2001 From: saltq Date: Wed, 10 Aug 2022 08:16:43 +0000 Subject: [PATCH] Fixed pipe alignment in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f4172e..75a4ce6 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ git checkout | `EXTRA` | any additional object files you might want to link with, these are also called as makefile rules before compiling | | `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 + objcopy instead of LLVM Clang + Lld | +| `USE_GCC` | set this if you want native GNU gcc + ld + objcopy instead of LLVM Clang + Lld | | `ARCH` | the target architecture | Here's a more advanced **Makefile** example: