linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.44k stars 646 forks source link

build: Update meson commands in Makefile #2340

Closed martin-belanger closed 3 months ago

martin-belanger commented 3 months ago

The Makefile is mainly used as a tool for people not familiar with meson. However, the Makefile is a good way to see how to invoke meson properly. This patch contains a few small fixes to match the preferred way of invoking meson.

igaw commented 3 months ago

Thanks!