From f46ee6a93210f168b318df07705769711e937576 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sat, 15 Oct 2022 11:04:44 -0400 Subject: [PATCH] Removed some junk --- tests/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 5b11b460..88771471 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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