From 5d36094362ee925229b6e91e90375e377148273e Mon Sep 17 00:00:00 2001 From: Pubby Date: Thu, 9 Mar 2023 12:16:30 -0600 Subject: [PATCH] Tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0ec64b..7175b427 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To build in release mode, run: make release -By default, the compiler builds excutables for the AMD64 architecture. +By default, the compiler builds excutables for the x86-64 architecture. To target others, specify a blank `ARCH` flag: make ARCH= release