From: Joost VandeVondele Date: Tue, 18 Aug 2020 06:49:06 +0000 (+0200) Subject: Fix Makefile typo X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=fbae5614eb1e82bccd37fbcfb0d2ca388b7a9a7d;hp=1bcc981a5a70e3065b4ff588644f270136fd7e3c Fix Makefile typo remove stray quote, shown with `make help` No functional change --- diff --git a/src/Makefile b/src/Makefile index 0f458aa1..1f8ba455 100644 --- a/src/Makefile +++ b/src/Makefile @@ -598,7 +598,7 @@ help: @echo "ppc-64 > PPC 64-bit" @echo "ppc-32 > PPC 32-bit" @echo "armv7 > ARMv7 32-bit" - @echo "armv7-neon" > ARMv7 32-bit with popcnt and neon" + @echo "armv7-neon > ARMv7 32-bit with popcnt and neon" @echo "armv8 > ARMv8 64-bit with popcnt and neon" @echo "apple-silicon > Apple silicon ARM64" @echo "general-64 > unspecified 64-bit"