llama.cpp
llama.cpp copied to clipboard
Makefile: slightly cleanup for Mac Intel; replace './main -h' with echo.
Just several minor cleanup.
- Mac (Intel) related:
-
$(UNAME_M)shows "x86-64". -
shell sysctl -n hw.optional.arm64outputs an error that should be ignored. - Add additional comment on
-framework Accelerate.
-
- It's quite verbose to print help message per make, let's just echo a tip.
Build on macOS 13.2.1 (22D68), with Apple clang version 14.0.0 (clang-1400.0.29.202).