Skip to content

Commit 086881b

Browse files
daviesrobjkbonfield
authored andcommitted
Add {check,distclean,test}-htslib phony targets to htslib.mk
So distclean-all, check-all and test-all targets can be added to samtools/bcftools build systems.
1 parent 449cfe1 commit 086881b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

htslib.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ $(HTSDIR)/htslib.pc.tmp:
188188
#
189189
# clean: clean-htslib
190190

191-
all-htslib clean-htslib install-htslib plugins-htslib:
191+
all-htslib check-htslib clean-htslib distclean-htslib install-htslib plugins-htslib test-htslib:
192192
+cd $(HTSDIR) && $(MAKE) $(@:-htslib=)
193193

194-
.PHONY: all-htslib clean-htslib install-htslib plugins-htslib
194+
.PHONY: all-htslib check-htslib clean-htslib distclean-htslib install-htslib
195+
.PHONY: plugins-htslib test-htslib

0 commit comments

Comments
 (0)