Skip to content

Commit

Permalink
Makefile: Do not clean up in build target
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Oct 7, 2017
1 parent d36bd75 commit 6900deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ bsmap: $(OBJS1)
(cd samtools; make)
(cd gzstream; make)
$(CXX) $(CXXFLAGS) $^ -o $@ $(THREAD) -lbam -lz -lgzstream
rm -f *.o

clean:
rm -f *.o *~ bsmap
Expand Down

0 comments on commit 6900deb

Please sign in to comment.