diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-26 02:51:47 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-26 02:51:47 +0000 |
commit | 45a101739a0a3b58e6b0bf1719456451e289c02b (patch) | |
tree | eae6e15ca841b3d0de9d9cc101133deac12e728e | |
parent | updated (diff) | |
download | mutator-45a101739a0a3b58e6b0bf1719456451e289c02b.tar.gz mutator-45a101739a0a3b58e6b0bf1719456451e289c02b.zip |
added tinyxml2.o
Diffstat (limited to '')
-rw-r--r-- | bruiser/makefile | 2 |
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: |