From a8ecd7a4e07d6aaaca4a1b36668b7ca249bb6b97 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 15 May 2017 15:03:58 +0430 Subject: updated to build the new object --- bruiser/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser/makefile') diff --git a/bruiser/makefile b/bruiser/makefile index b74c686..3211f65 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -23,7 +23,7 @@ linenoise.o: $(LIB_LUA): $(MAKE) -C lua-5.3.4 linux -$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o $(LIB_LUA) +$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o $(LIB_LUA) $(CXX) $^ $(LD_FLAGS) -o $@ clean: -- cgit v1.2.3