From 68229018727052d04285ea6c9e2fe2db826fddb8 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 1 Mar 2025 18:25:43 +0100 Subject: [PATCH] Makefile --- src/ncbiblast/binaries/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ncbiblast/binaries/Makefile b/src/ncbiblast/binaries/Makefile index 52cc4c5..c803dfe 100644 --- a/src/ncbiblast/binaries/Makefile +++ b/src/ncbiblast/binaries/Makefile @@ -32,15 +32,8 @@ include $(CFGDIR)targets/help.targ .PHONY: extract install all:: install - -extract: $(PKGDIR) - -$(PKGDIR): $(PKGTAR) - test -d $(PKGDIR) || mkdir $(PKGDIR) - test -d $(PKGDIR)/bin || $(TAR) zxf $(PKGTAR) -C $(PKGDIR) --strip-components 1 install: extract - test -d $(BINDIR) || mkdir $(BINDIR) cd $(PKGDIR)/bin && \cp -f $(PROGS) $(BINPATH) clean::