From 244ad3b052a09a5327cd40f682acbb6199251095 Mon Sep 17 00:00:00 2001 From: pooler Date: Thu, 22 Jun 2017 13:34:46 +0200 Subject: [PATCH] README: update comment on nomacro.pl --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0e6d7e4..f795f01 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Dependencies: Basic *nix build instructions: ./autogen.sh # only needed if building from git repo - ./nomacro.pl # only needed if building on Mac OS X or with Clang + ./nomacro.pl # in case the assembler doesn't support macros ./configure CFLAGS="-O3" # Make sure -O3 is an O and not a zero! make