Skip to content

Commit

Permalink
Removed some junk
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Oct 15, 2022
1 parent 127d52f commit f46ee6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,18 @@ ifneq ($(COMPILER),msvc)

$(BIN)/o/unit/basic_test.cpp.o: unit/basic_test.cpp $(HPP)
$(MKDIR_P) $(dir $@)
echo "$(TARGET)"
$(CPP) $(CPPFLAGS) -c $< -o $@

$(BIN)/o/unit/constexpr_contexts.cpp.o: unit/constexpr_contexts.cpp $(HPP)
$(MKDIR_P) $(dir $@)
echo "$(TARGET)"
$(CPP) $(CPPFLAGS) -c $< -o $@

$(BIN)/o/unit/test_public_utilities.cpp.o: unit/test_public_utilities.cpp $(HPP)
$(MKDIR_P) $(dir $@)
echo "$(TARGET)"
$(CPP) $(CPPFLAGS) -c $< -o $@

$(BIN)/o/%.cpp.o: %.cpp $(HPP)
$(MKDIR_P) $(dir $@)
echo "$(TARGET)"
$(CPP) $(CPPFLAGS) $(GENERAL_FLAGS) -c $< -o $@
else
CPP = cl
Expand Down

0 comments on commit f46ee6a

Please sign in to comment.