Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fstrozzi committed Jan 30, 2012
1 parent beab335 commit bf7405e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
@@ -1,6 +1,5 @@
all:kseq.h fastq_to_fasta.c
$(CC) -g -O2 fastq_to_fasta.c -o FastQ2A -lz
all:kseq.h fastool.c
$(CC) -std=c99 -O2 fastool.c -o fastool -lz

clean:
rm -f *.o fastq_to_fasta
rm -fr *.dSYM
rm -f *.o fastool

0 comments on commit bf7405e

Please sign in to comment.