about summary refs log tree commit diff
path: root/utils
diff options
context:
space:
mode:
authorMaciej Domanski <maciej.domanski@trailofbits.com>2022-12-27 15:51:50 +0100
committerMaciej Domanski <maciej.domanski@trailofbits.com>2022-12-27 15:51:50 +0100
commit3a134edd889ed1bf4f8d11e8e37ebba31460fb3e (patch)
tree980d49ff4488b22bf05ec86ecb32d8c84e1f4c65 /utils
parent6e5c08b653d7d55c5d544601d9fb19fcc16edfd6 (diff)
downloadafl++-3a134edd889ed1bf4f8d11e8e37ebba31460fb3e.tar.gz
makefile update
Diffstat (limited to 'utils')
-rw-r--r--utils/argv_fuzzing/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/argv_fuzzing/Makefile b/utils/argv_fuzzing/Makefile
index 140a53de..3ebde54b 100644
--- a/utils/argv_fuzzing/Makefile
+++ b/utils/argv_fuzzing/Makefile
@@ -41,7 +41,7 @@ __M32FLAG=$(_M32FLAG:00=-mbe32)
 ___M32FLAG=$(__M32FLAG:$(CC_IS_GCC)$(CC_IS_ARMCOMPILER)=-m32)
 M32FLAG=$(___M32FLAG)
 
-all: argvfuzz32.so argvfuzz64.so
+all: argvfuzz32.so argvfuzz64.so demo
 
 argvfuzz32.so: argvfuzz.c
 	-@$(CC) $(M32FLAG) $(CFLAGS) $^ $(LDFLAGS) -o $@ 2>/dev/null || echo "argvfuzz32 build failure (that's fine)"