File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4444/unit_tests
4545/SNAPCommand
4646/SNAP
47+ /snap-aligner
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ALL_OBJ = $(LIB_OBJ) $(SNAP_OBJ) $(TEST_OBJ) $(SNAPCOMMAND_OBJ)
4444
4545DEPS = $(pathsubst %.o, %.d, $(ALL_OBJ ) )
4646
47- EXES = SNAP unit_tests SNAPCommand
47+ EXES = snap-aligner unit_tests SNAPCommand
4848
4949default : $(EXES )
5050
@@ -53,7 +53,7 @@ default: $(EXES)
5353$(OBJS ) : % .o : % .cpp
5454 $(CXX ) -o $@ $(CXXFLAGS ) -c $<
5555
56- SNAP : $(LIB_OBJ ) $(SNAP_OBJ )
56+ snap-aligner : $(LIB_OBJ ) $(SNAP_OBJ )
5757 $(CXX ) -o $@ $(CXXFLAGS ) -Itests $(LDFLAGS ) $^ $(LIBS )
5858
5959SNAPCommand : $(LIB_OBJ ) $(SNAPCOMMAND_OBJ )
@@ -74,6 +74,6 @@ unit_tests: $(LIB_OBJ) $(TEST_OBJ)
7474 $(CXX ) -o $@ $(CXXFLAGS ) -Itests $(LDFLAGS ) $^ $(LIBS )
7575
7676clean :
77- rm -f $(ALL_OBJ ) $(DEPS ) $(EXES ) snap
77+ rm -f $(ALL_OBJ ) $(DEPS ) $(EXES ) snap SNAP
7878
7979.phony : clean default
You can’t perform that action at this time.
0 commit comments