Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quiet
ar
with ARFLAGS
rather than > null
& Remove CC ?= cc
`CC`, `AR` and `ARFLAGS` are all implicit variables in GNU `make` (the `README` _specifies GNU_ `make`). `CC` and `AR` already defaulted appropriately (and turns out, `CC ?=` doesn’t overwrite the default). `ARFLAGS` defaulted verbose, so un-verbose-fy it is the more direct *and platform-agnostic* way to quiet `ar`.
- Loading branch information