diff options
| -rw-r--r-- | config-fuzz-clang.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-fuzz-clang.mk b/config-fuzz-clang.mk index f5a1898..1ed5370 100644 --- a/config-fuzz-clang.mk +++ b/config-fuzz-clang.mk @@ -8,7 +8,7 @@ FUZZ_CFLAGS = -fsanitize=fuzzer FUZZ_LDFLAGS = -fsanitize=fuzzer FUZZED_CPPFLAGS = -DFUZZ -all: fuzz +fuzz: # These configurations will modify the library code # so that it doesn't perform password hashing !!!!! |
