Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Nov 29, 2023
1 parent 059d21f commit 4b74812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ $(BIN_DIR)/%: $(OBJ_DIR)/%.o | $(BIN_DIR)
$(CXX) $(LDFLAGS) $^ $(LDLIBS) -o $@

$(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp | $(OBJ_DIR)
echo $(COMPILER_VERSION) $(COMPILER_VERSION_NUMBER) $(CLANG_13_OR_MORE)
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@

$(BIN_DIR) $(OBJ_DIR) $(COV_DIR):
Expand Down

0 comments on commit 4b74812

Please sign in to comment.