about summary refs log tree commit diff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-05-20 18:16:58 +0100
committerGitHub <noreply@github.com>2021-05-20 19:16:58 +0200
commita1458ea6715e8801bf28fec0ac66f06b96eb1e66 (patch)
tree678dc58f9062dba0575b7a948446f6f9f47b322d /frida_mode/GNUmakefile
parentcdae3d3d038a28f1096ab6d34128896c19ef4733 (diff)
downloadafl++-a1458ea6715e8801bf28fec0ac66f06b96eb1e66.tar.gz
Changes to have persistent mode exit at the end of the loop (#928)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/GNUmakefile')
-rw-r--r--frida_mode/GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index bc77a451..a0387cac 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -93,7 +93,6 @@ AFL_COMPILER_RT_OBJ:=$(OBJ_DIR)afl-compiler-rt.o
 ############################## ALL #############################################
 
 all: $(FRIDA_TRACE)
-	make -C $(ROOT)
 
 32:
 	CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all