aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-15 10:33:58 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-15 10:33:58 +0000
commita8ecd7a4e07d6aaaca4a1b36668b7ca249bb6b97 (patch)
treed2580f78b1a6f1cddf6951609b95940bc06abb2f /bruiser
parentthe header for the tab completions and suggestions (diff)
downloadmutator-a8ecd7a4e07d6aaaca4a1b36668b7ca249bb6b97.tar.gz
mutator-a8ecd7a4e07d6aaaca4a1b36668b7ca249bb6b97.zip
updated to build the new object
Diffstat (limited to '')
-rw-r--r--bruiser/makefile2
1 files changed, 1 insertions, 1 deletions
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: