diff --git a/Makefile b/Makefile index 7cd454e9..955e2059 100755 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ clean: mostlyclean cd htslib && make clean && cd .. update_dlib: - cd dlib && git checkout master && git pull origin master && cd .. + cd dlib && git checkout v0.3 && cd .. mostlyclean: rm -f *.*o && rm -f bmftools* && rm -f src/*.*o && rm -f dlib/*.*o && \