aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-05-21 11:00:52 +0200
committerGitHub <noreply@github.com>2021-05-21 11:00:52 +0200
commit06d703bf66b95e61d3cbefbff1edad6af172e342 (patch)
tree414a4dff0a16bf3897cf59281c6f8b6c876e0c64 /frida_mode/GNUmakefile
parent5997a4fc09163c1baa186f5a9d00c4c8668a72b1 (diff)
parentda2d4d8258d725f79c2daa22bf3b1a59c593e472 (diff)
downloadAFLplusplus-06d703bf66b95e61d3cbefbff1edad6af172e342.tar.gz
Merge branch 'stable' into dev
Diffstat (limited to 'frida_mode/GNUmakefile')
-rw-r--r--frida_mode/GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index a0387cac..20fbb544 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -97,6 +97,9 @@ all: $(FRIDA_TRACE)
32:
CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all
+32:
+ CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all
+
$(BUILD_DIR):
mkdir -p $(BUILD_DIR)