Skip to content

Commit

Permalink
Added verbose options and an options to read fasta files. Speed up ru…
Browse files Browse the repository at this point in the history
…n time by only performing filters on good reads.
  • Loading branch information
Adrian-Cantu committed May 4, 2018
1 parent 1d1cf10 commit 6a4bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ FORCE:
-rm -rf $(distdir) >/dev/null 2>&1

release: distcheck static
hub release create -a $(distdir).tar.gz -a binary_$(distdir).tar.gz -m "v$version" "v$version"
hub release create -a $(distdir).tar.gz -a binary_$(distdir).tar.gz -m "v@PACKAGE_VERSION@" "v@PACKAGE_VERSION@"

distcheck: $(distdir).tar.gz
gzip -cd $(distdir).tar.gz | tar xvf -
Expand Down

0 comments on commit 6a4bbe8

Please sign in to comment.