mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 00:01:33 +00:00
makefile update
This commit is contained in:
parent
6e5c08b653
commit
3a134edd88
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user