Skip to content

Commit 67b0d97

Browse files
authored
Merge pull request #290 from glimchb/rpm
rpm: add makefile rule for rpms
2 parents 3d9e146 + c21afba commit 67b0d97

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)