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 0f458aa..1f8ba45 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"