Skip to content

Commit e6f7e75

Browse files
author
chaodengusc
committed
update makefile to clean exec files samtools and smithlab_cpp
1 parent 06255f3 commit e6f7e75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,7 @@ install: $(PROGS)
107107

108108
clean:
109109
@-rm -f $(PROGS) *.o *~
110+
@-rm -f $(SMITHLAB_CPP)*.o $(SMITHLAB_CPP)*~
111+
@-rm -f $(SAMTOOLS_DIR)*.o $(SAMTOOLS_DIR)*~
110112

111113
.PHONY: clean

0 commit comments

Comments
 (0)