Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Add new targets and update meson command syntax
- For the "install" target, use "--skip-subprojects" so that only libnvme (and not the subprojects) get installed. - For the "purge" target, add "meson subprojects purge". - Added "update-subprojects" target - Added "test-strict" target. This is to limit testing to libnvme and not all the subprojects. Signed-off-by: Martin Belanger <[email protected]>
- Loading branch information