We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4749d commit b6bee6aCopy full SHA for b6bee6a
Makefile
@@ -24,6 +24,9 @@ totpm-$(VERSION)-1.fc$(FEDORA_RELEASE).$(ARCH).rpm: totpm-$(VERSION)-1.fc$(FEDOR
24
.PHONY: fedora-package
25
fedora-package: totpm-$(VERSION)-1.fc$(FEDORA_RELEASE).$(ARCH).rpm
26
27
+.PHONY: srpm
28
+srpm: totpm-$(VERSION)-1.fc$(FEDORA_RELEASE).src.rpm
29
+
30
.PHONY: test
31
test:
32
cargo test --features=dbus-tests,install
0 commit comments