We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d9e146 + c21afba commit 67b0d97Copy full SHA for 67b0d97
1 file changed
Makefile
@@ -37,3 +37,7 @@ install dist: ${BUILD-DIR}
37
.PHONY: test
38
test: ${BUILD-DIR}
39
ninja -C ${BUILD-DIR} $@
40
+
41
+.PHONY: rpm
42
+rpm: dist
43
+ rpmbuild -ba ${BUILD-DIR}/libnvme.spec
0 commit comments