Skip to content

Commit

Permalink
Update Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephi committed Jul 8, 2016
1 parent 74246d2 commit 0ed4bfb
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 @@ -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 && \
Expand Down

0 comments on commit 0ed4bfb

Please sign in to comment.