diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-28 23:14:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-28 23:14:42 +0000 |
commit | e067db4d46626c6b2ab91c857c32e449f6f52c7f (patch) | |
tree | 337f6d5d8037c28b3614d1b861ae055aa0024bc4 /bruiser/makefile | |
parent | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ... (diff) | |
download | mutator-e067db4d46626c6b2ab91c857c32e449f6f52c7f.tar.gz mutator-e067db4d46626c6b2ab91c857c32e449f6f52c7f.zip |
ramdump is here
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 60c90c6..c97a45e 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -52,7 +52,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 asmrewriter.o bruisercapstone.o $(LIB_LUA) +$(BRUISER): $(BRUISER).o ../mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o mutagen.o ORCmutation.o bruiserffi.o asmrewriter.o bruisercapstone.o ramdump.o $(LIB_LUA) $(CXX) $^ $(LD_FLAGS) -o $@ clean: |