aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-26 02:51:47 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-26 02:51:47 +0000
commit45a101739a0a3b58e6b0bf1719456451e289c02b (patch)
treeeae6e15ca841b3d0de9d9cc101133deac12e728e /bruiser/makefile
parentupdated (diff)
downloadmutator-45a101739a0a3b58e6b0bf1719456451e289c02b.tar.gz
mutator-45a101739a0a3b58e6b0bf1719456451e289c02b.zip
added tinyxml2.o
Diffstat (limited to 'bruiser/makefile')
-rw-r--r--bruiser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index 561da73..ee27838 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -16,7 +16,7 @@ all: $(BRUISER)
.cpp.o:
$(CXX) $(CXX_FLAGS) -c $< -o $@
-$(BRUISER): $(BRUISER).o ../mutator_aux.o
+$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o
$(CXX) $^ $(LD_FLAGS) -o $@
clean: