From 45a101739a0a3b58e6b0bf1719456451e289c02b Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 26 Apr 2017 07:21:47 +0430 Subject: added tinyxml2.o --- bruiser/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser') 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: -- cgit v1.2.3