We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306664a commit e7e2b3dCopy full SHA for e7e2b3d
1 file changed
htslib.mk
@@ -154,7 +154,7 @@ $(HTSDIR)/tabix: $(HTSDIR)/tabix.c $(HTSLIB_PUBLIC_HEADERS)
154
#
155
# clean: clean-htslib
156
157
-clean-htslib install-htslib:
+all-htslib clean-htslib install-htslib:
158
+cd $(HTSDIR) && $(MAKE) $(@:-htslib=)
159
160
-.PHONY: clean-htslib install-htslib
+.PHONY: all-htslib clean-htslib install-htslib
0 commit comments