~mcf/cproc

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] README.md: Remove outdated note about gmake

Details
Message ID
<20221129182430.76047-1-jfrent@tilde.team>
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 322874ed1b8a..7310614cec1d 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

-- 
2.38.1
Details
Message ID
<2IYULKM3WV0IV.3JDJ27H7A70YB@mforney.org>
In-Reply-To
<20221129182430.76047-1-jfrent@tilde.team> (view parent)
DKIM signature
missing
Download raw message
Thanks! Applied.
Reply to thread Export thread (mbox)