projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1bcc981
)
Fix Makefile typo
author
Joost VandeVondele
<Joost.VandeVondele@gmail.com>
Tue, 18 Aug 2020 06:49:06 +0000 (08:49 +0200)
committer
Joost 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
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
0f458aa
..
1f8ba45
100644
(file)
--- 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"