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:
parent
1bcc981a5a
commit
fbae5614eb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue