]> git.sesse.net Git - stockfish/commitdiff
Fix Makefile typo
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 18 Aug 2020 06:49:06 +0000 (08:49 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 18 Aug 2020 06:49:06 +0000 (08:49 +0200)
remove stray quote, shown with `make help`

No functional change

src/Makefile

index 0f458aa185d608b3429baba9239e6dbb48f9e992..1f8ba4559dce1e5c104c8c5b7fc709953e7b9163 100644 (file)
@@ -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"