Skip to content

Commit

Permalink
Update Makefile.mingw for the same reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Li committed Nov 16, 2009
1 parent 45dd4bc commit 9c60e50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LOBJS= bgzf.o kstring.o bam_aux.o bam.o bam_import.o sam.o bam_index.o \
knetfile.o
AOBJS= bam_tview.o bam_maqcns.o bam_plcmd.o sam_view.o \
bam_rmdup.o bam_rmdupse.o bam_mate.o bam_stat.o bam_color.o \
bamtk.o
bamtk.o kaln.o sam_header.o
PROG= samtools
INCLUDES= -Iwin32
SUBDIRS= .
Expand All @@ -28,8 +28,8 @@ libbam.a:$(LOBJS)
samtools:lib $(AOBJS)
$(CC) $(CFLAGS) -o $@ $(AOBJS) $(LIBPATH) -lm -L. -lbam -Lwin32 -lz -lcurses -lws2_32

razip:razip.o razf.o
$(CC) $(CFLAGS) -o $@ razf.o razip.o -lz
razip:razip.o razf.o knetfile.o
$(CC) $(CFLAGS) -o $@ razf.o razip.o knetfile.o -lz

bgzip:bgzip.o bgzf.o
$(CC) $(CFLAGS) -o $@ bgzf.o bgzip.o -lz
Expand Down

0 comments on commit 9c60e50

Please sign in to comment.