about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2021-05-19 14:58:27 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2021-05-19 14:58:27 +0200
commit59595a6897ce0db0074d9fcbb12432b79d45f343 (patch)
tree3c57e74aeff02e3f34b9c9a2014afa34375c9286
parentd776d40669eb36cbfabeeeca55d4343413e2285b (diff)
parent8b7a7b29c60f11cdf6226b3e418e87a5c3f5caac (diff)
downloadafl++-59595a6897ce0db0074d9fcbb12432b79d45f343.tar.gz
merge
-rw-r--r--frida_mode/test/png/persistent/hook/GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/frida_mode/test/png/persistent/hook/GNUmakefile b/frida_mode/test/png/persistent/hook/GNUmakefile
index 3eee4c2b..82f08fa4 100644
--- a/frida_mode/test/png/persistent/hook/GNUmakefile
+++ b/frida_mode/test/png/persistent/hook/GNUmakefile
@@ -54,6 +54,11 @@ all: $(AFLPP_DRIVER_HOOK_OBJ)
 32:
 	CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all
 
+.PHONY: all clean qemu qemu_entry frida frida_entry
+
+all:
+	make -C $(ROOT)frida_mode/test/png/persistent/
+
 $(BUILD_DIR):
 	mkdir -p $@