diff --git a/.gitignore b/.gitignore index 7bcbe86c..db41ed21 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ obj /SNAPCommand /SNAP /snap-aligner +/snapxl-aligner \ No newline at end of file diff --git a/Makefile b/Makefile index 0f3cda86..72674618 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,8 @@ SNAPCommand: $(LIB_OBJ) $(SNAPCOMMAND_OBJ) snapxl: make clean - make snap CXXFLAGS="-DLONG_READS $(CXXFLAGS)" - mv snap snapxl + make snap-aligner CXXFLAGS="-DLONG_READS $(CXXFLAGS)" + mv snap-aligner snapxl-aligner make clean roc: $(LIB_OBJ) $(ROC_OBJ)