diff options
author | bloodstalker <thabogre@gmail.com> | 2018-03-01 22:30:12 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-03-01 22:30:12 +0000 |
commit | 886cf65360c9efcc73632cad725d6fe6db4dcf5e (patch) | |
tree | e5cbd47544373337181e2f4095dd72458567454b /bruiser/makefile | |
parent | wip-the asm rewriter module plus the assembly jump table lua module implement... (diff) | |
download | mutator-886cf65360c9efcc73632cad725d6fe6db4dcf5e.tar.gz mutator-886cf65360c9efcc73632cad725d6fe6db4dcf5e.zip |
some fixes for the jump table lua module
Diffstat (limited to 'bruiser/makefile')
-rw-r--r-- | bruiser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile index a50faf4..b429ae7 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -50,7 +50,7 @@ $(LIB_LUA_JIT): $(MAKE) -C LuaJIT @echo "building with jit" -$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o mutagen.o ORCmutation.o bruiserffi.o bruisercapstone.o $(LIB_LUA) +$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o mutagen.o ORCmutation.o bruiserffi.o bruisercapstone.o asmrewriter.o $(LIB_LUA) $(CXX) $^ $(LD_FLAGS) -o $@ clean: |