1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

Fix Makefile typo

remove stray quote, shown with `make help`

No functional change
This commit is contained in:
Joost VandeVondele 2020-08-18 08:49:06 +02:00
parent 1bcc981a5a
commit fbae5614eb

View 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"