From 9ae9aa6dce652ab62c1c9ca34e8419e5dc510de1 Mon Sep 17 00:00:00 2001 From: Josiah Frentsos Date: Tue, 29 Nov 2022 13:24:30 -0500 Subject: README.md: Remove outdated note about gmake --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 322874e..7310614 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3