diff options
| author | vanhauser-thc <vh@thc.org> | 2024-11-09 16:28:26 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2024-11-09 16:28:26 +0100 |
| commit | e62999c95f3e796c8f6ff8beab36799a661c755c (patch) | |
| tree | 00a80e778e9495fd9adaaca5a8ab5f6cfc63567e /GNUmakefile | |
| parent | 0b22665391f5f068191a6c16c884c85aadee52b9 (diff) | |
| download | afl++-e62999c95f3e796c8f6ff8beab36799a661c755c.tar.gz | |
install all includes
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index fb7cf1bd..24295c48 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,7 @@ VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f PROGS = afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-addseeds afl-system-config afl-persistent-config afl-cc -HEADERS = include/config.h include/types.h +HEADERS = include/afl-as.h include/afl-fuzz.h include/afl-mutations.h include/afl-persistent-replay.h include/afl-prealloc.h include/afl-record-compat.h include/alloc-inl.h include/android-ashmem.h include/cmplog.h include/common.h include/config.h include/coverage-32.h include/coverage-64.h include/debug.h include/envs.h include/forkserver.h include/hash.h include/list.h include/sharedmem.h include/snapshot-inl.h include/t1ha.h include/t1ha0_ia32aes_b.h include/t1ha_bits.h include/t1ha_selfcheck.h include/types.h include/xxhash.h MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8 ASAN_OPTIONS=detect_leaks=0 |
