diff options
author | Josiah Frentsos <jfrent@tilde.team> | 2022-11-29 13:24:30 -0500 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2022-11-29 11:41:26 -0800 |
commit | 9ae9aa6dce652ab62c1c9ca34e8419e5dc510de1 (patch) | |
tree | 6210671418fc7cbbe3565e8ff8dd94cae8e900bb | |
parent | cd8c8f018c8285f922d4f430b2458d3badc895c9 (diff) |
README.md: Remove outdated note about gmake
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -61,11 +61,11 @@ You may also want to customize your environment or `config.mk` with the appropriate `CC`, `CFLAGS` and `LDFLAGS`. If you don't have QBE installed, you can build it from the included -submodule (NOTE: BSD users will need to use gmake here), then add it to -your PATH so that the driver will be able to run it. +submodule, then add it to your PATH so that the driver will be able to +run it. make qbe - PATH=$PWD/qbe/obj:$PATH + PATH=$PWD/qbe:$PATH Once this is done, you can build with |