about summary refs log tree commit diff
path: root/frida_mode
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-25 14:21:59 +0100
committervanhauser-thc <vh@thc.org>2021-12-25 14:21:59 +0100
commit47488dcd02a67683e1a904d3eb2b90069e5a93ec (patch)
tree1e3a85134413e2da8c090de7c1d6aab6caabe5e1 /frida_mode
parent185d7f2edea037902289967e008729d921db1978 (diff)
downloadafl++-47488dcd02a67683e1a904d3eb2b90069e5a93ec.tar.gz
nits
Diffstat (limited to 'frida_mode')
-rw-r--r--frida_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index d7e4a261..a8e6ce90 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -335,7 +335,7 @@ hook: $(AFLPP_FRIDA_DRIVER_HOOK_OBJ) $(AFLPP_QEMU_DRIVER_HOOK_OBJ)
 
 ############################# ADDR #############################################
 $(ADDR_BIN): $(ADDR_SRC) | $(BUILD_DIR)
-	$(TARGET_CC) \
+	-$(TARGET_CC) \
 		$(CFLAGS) \
 		-Werror \
 		-Wall \