Skip to content

Commit

Permalink
fixed git clone call in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Jul 28, 2020
1 parent ddd7857 commit 5eae807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ OBJS := ${GCLDIR}/GBase.o ${GCLDIR}/GArgs.o ${GCLDIR}/GFaSeqGet.o \
all release debug memcheck memdebug profile gprof prof: ../gclib gffread

../gclib:
$(shell cd .. && git clone https://github.com/gpertea/gclib.git)
git clone https://github.com/gpertea/gclib.git ../gclib

$(OBJS) : $(GCLDIR)/GBase.h $(GCLDIR)/gff.h
gffread.o : gff_utils.h $(GCLDIR)/GBase.h $(GCLDIR)/gff.h
Expand Down

0 comments on commit 5eae807

Please sign in to comment.