Skip to content

Commit b6bee6a

Browse files
committed
Add srpm target to makefile.
1 parent 9f4749d commit b6bee6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ totpm-$(VERSION)-1.fc$(FEDORA_RELEASE).$(ARCH).rpm: totpm-$(VERSION)-1.fc$(FEDOR
2424
.PHONY: fedora-package
2525
fedora-package: totpm-$(VERSION)-1.fc$(FEDORA_RELEASE).$(ARCH).rpm
2626

27+
.PHONY: srpm
28+
srpm: totpm-$(VERSION)-1.fc$(FEDORA_RELEASE).src.rpm
29+
2730
.PHONY: test
2831
test:
2932
cargo test --features=dbus-tests,install

0 commit comments

Comments
 (0)