diff options
author | hexcoder- <heiko@hexco.de> | 2021-03-20 13:15:56 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-03-20 13:15:56 +0100 |
commit | 687dd9cb6759a0549a04c93d2f073d8cbfba397e (patch) | |
tree | cdc32fd4c1480430a1131bc6736620070733d615 | |
parent | ede03a96edea95f8b0894e7672a18b2b4a3feccb (diff) | |
download | afl++-687dd9cb6759a0549a04c93d2f073d8cbfba397e.tar.gz |
add missing links for afl-clang-fast*.8 man pages
-rw-r--r-- | GNUmakefile.llvm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm index cc332f6c..111a847d 100644 --- a/GNUmakefile.llvm +++ b/GNUmakefile.llvm @@ -507,6 +507,8 @@ install: all @echo .SH LICENSE >> ./$@ @echo Apache License Version 2.0, January 2004 >> ./$@ @ln -sf afl-cc.8 ./afl-c++.8 + @ln -sf afl-cc.8 ./afl-clang-fast.8 + @ln -sf afl-cc.8 ./afl-clang-fast++.8 ifneq "$(AFL_CLANG_FLTO)" "" ifeq "$(LLVM_LTO)" "1" @ln -sf afl-cc.8 ./afl-clang-lto.8 |