diff options
author | bloodstalker <thabogre@gmail.com> | 2017-11-07 01:03:25 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-11-07 01:03:25 +0000 |
commit | 912b06b2938a9c34b582f372d57c8a1aea84f0ea (patch) | |
tree | 091d4ed9c77206b18ccdd3931e059fe4db014102 /makefile | |
parent | fix (diff) | |
download | mutator-912b06b2938a9c34b582f372d57c8a1aea84f0ea.tar.gz mutator-912b06b2938a9c34b582f372d57c8a1aea84f0ea.zip |
travis should be fixed now
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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): |