Mercurial > dropbear-fuzzcorpus
view Makefile @ 23:4032153b8b7a
Don't have old/ directory
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 07 Mar 2021 16:10:20 +0800 |
parents | 6b857c4abe66 |
children |
line wrap: on
line source
FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify \ fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS)) all: $(CORPUSES) %_seed_corpus.zip: %/* Makefile -rm $@ cd $*; zip ../$@ * list-fuzz-targets: @echo $(FUZZ_TARGETS)