Skip to content

Commit e7e2b3d

Browse files
committed
Add "all-htslib" target for third-party code
1 parent 306664a commit e7e2b3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

htslib.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $(HTSDIR)/tabix: $(HTSDIR)/tabix.c $(HTSLIB_PUBLIC_HEADERS)
154154
#
155155
# clean: clean-htslib
156156

157-
clean-htslib install-htslib:
157+
all-htslib clean-htslib install-htslib:
158158
+cd $(HTSDIR) && $(MAKE) $(@:-htslib=)
159159

160-
.PHONY: clean-htslib install-htslib
160+
.PHONY: all-htslib clean-htslib install-htslib

0 commit comments

Comments
 (0)