Skip to content

Commit

Permalink
Initial commit, from http://mattmahoney.net/dc/fastqz/
Browse files Browse the repository at this point in the history
  • Loading branch information
jemma-nelson committed Jun 9, 2014
0 parents commit 3a7dd26
Show file tree
Hide file tree
Showing 7 changed files with 5,408 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fastqz
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default: fastqz

fastqz: fastqz15.cpp libzpaq.3.pod libzpaq.cpp libzpaq.h
g++ -O3 -msse2 -s -lpthread fastqz15.cpp libzpaq.cpp -o $@
Loading

0 comments on commit 3a7dd26

Please sign in to comment.