From 96aea40fe1c611ce2bc954bd25163dc62f03c9da Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 16 Sep 2018 23:25:40 +0430 Subject: fixing the new build --- bruiser/makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bruiser') diff --git a/bruiser/makefile b/bruiser/makefile index 7039a8b..1200b44 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -85,7 +85,7 @@ TBG_OBJLIST_COV_INC_WASM=$(patsubst ./autogen/wasm/ltg/%.c, ./autogen/wasm/ltg/% .PHONY:all clean help ASM SO TAGS CODE_GEN -all:$(TARGET) +all:exe everything:$(TARGET) A ASM SO $(TARGET)-dbg TAGS $(TARGET)-cov @@ -169,7 +169,9 @@ $(LTG_WASM_A): ./autogen/wasm/ltg/wasm.xml %.ocov:%.cpp $(CXX) $(CXX_FLAGS) $(COV_CXX) -c $< -o $@ -$(TARGET): CODE_GEN $(TARGET).o $(FT_WASM_A) $(LTG_WASM_A) ../m0/mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o mutagen.o ORCmutation.o bruiserffi.o asmrewriter.o bruisercapstone.o ramdump.o ffs.o $(LIB_LUA) +exe: CODE_GEN $(TARGET) + +$(TARGET): $(TARGET).o $(FT_WASM_A) $(LTG_WASM_A) ../m0/mutator_aux.o ../tinyxml2/tinyxml2.o linenoise.o CompletionHints.o mutagen.o ORCmutation.o bruiserffi.o asmrewriter.o bruisercapstone.o ramdump.o ffs.o $(LIB_LUA) $(CXX) $^ $(LD_FLAGS) -o $@ # currently broken since it needs a static libpython -- cgit v1.2.3