diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-22 17:32:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-22 17:32:10 +0000 |
commit | 81fc0e1f88f1b912a9be0bed809469a860988318 (patch) | |
tree | 3588985d47332469748e3b0cfd9cf00157fee5c5 | |
parent | cosmetic (diff) | |
download | mutator-81fc0e1f88f1b912a9be0bed809469a860988318.tar.gz mutator-81fc0e1f88f1b912a9be0bed809469a860988318.zip |
fix?
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 f5754a2..79c3968 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -30,7 +30,7 @@ $(LIB_LUA_JIT): $(MAKE) -C LuaJIT @echo "building with jit" -$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o $(LIB_LUA) $(LIB_LUA_JIT) +$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o mutagen.o $(LIB_LUA) $(CXX) $^ $(LD_FLAGS) -o $@ clean: |