Skip to content

Commit

Permalink
correct some warnings during build
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Jun 13, 2019
1 parent ae80943 commit 0c2c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $(LIB_DIR)/libbamtools.a:
####################################

$(OBJ_DIR)/hhga.o: $(SRC_DIR)/hhga.cpp $(SRC_DIR)/hhga.hpp deps
+. ./source_me.sh && $(CXX) $(CXXFLAGS) -c -o $@ $< $(LD_INCLUDE_FLAGS) $(LD_LIB_FLAGS)
+. ./source_me.sh && $(CXX) $(CXXFLAGS) -c -o $@ $< $(LD_INCLUDE_FLAGS)

$(OBJ_DIR)/main.o: $(SRC_DIR)/main.cpp $(SRC_DIR)/hhga.hpp deps
+. ./source_me.sh && $(CXX) $(CXXFLAGS) -c -o $@ $< $(LD_INCLUDE_FLAGS) $(LD_LIB_FLAGS)
Expand Down

0 comments on commit 0c2c968

Please sign in to comment.