Skip to content

Commit c21afba

Browse files
committed
rpm: add makefile rule for rpms
Signed-off-by: Boris Glimcher <[email protected]>
1 parent d1639f4 commit c21afba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ install dist: ${BUILD-DIR}
3737
.PHONY: test
3838
test: ${BUILD-DIR}
3939
ninja -C ${BUILD-DIR} $@
40+
41+
.PHONY: rpm
42+
rpm: dist
43+
rpmbuild -ba ${BUILD-DIR}/libnvme.spec

0 commit comments

Comments
 (0)