diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-05-15 10:33:58 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-05-15 10:33:58 +0000 | 
| commit | a8ecd7a4e07d6aaaca4a1b36668b7ca249bb6b97 (patch) | |
| tree | d2580f78b1a6f1cddf6951609b95940bc06abb2f | |
| parent | the header for the tab completions and suggestions (diff) | |
| download | mutator-a8ecd7a4e07d6aaaca4a1b36668b7ca249bb6b97.tar.gz mutator-a8ecd7a4e07d6aaaca4a1b36668b7ca249bb6b97.zip | |
updated to build the new object
| -rw-r--r-- | bruiser/makefile | 2 | 
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: | 
