From 912b06b2938a9c34b582f372d57c8a1aea84f0ea Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 7 Nov 2017 04:33:25 +0330 Subject: travis should be fixed now --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 1ca05c0..f25f25a 100644 --- a/makefile +++ b/makefile @@ -31,15 +31,15 @@ $(TARGET1): $(TARGET1).o mutator_aux.o $(CXX) $^ $(LD_FLAGS) -o $@ $(TARGET2): $(TARGET2).o mutator_aux.o - $(CXX) $^ $(LD_FLAGS) -o $@ + $(CXX) $^ $(LD_FLAGS) -o $@ $(TARGET0): $(TARGET0).o mutator_aux.o mutator_report.o $(CXX) $^ $(LD_FLAGS) -o $@ -$(SFCPP01): ./safercpp/$(SFCPP01).o mutator_aux.o +$(SFCPP01): $(MAKE) -C safercpp CXX=$(CXX) LLVM_CONF=$(LLVM_CONF) BUILD_MODE=$(BUILD_MODE) -$(BRUISER): ./bruiser/$(BRUISER).o mutator_aux.o +$(BRUISER): $(MAKE) -C bruiser CXX=$(CXX) LLVM_CONF=$(LLVM_CONF) BUILD_MODE=$(BUILD_MODE) $(TARGETC): -- cgit v1.2.3