Mercurial > dropbear-fuzzcorpus
view Makefile @ 10:6c2390aaecb9
add new dictionary words
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 27 May 2020 21:56:26 +0800 |
parents | 5e4454cc7b17 |
children | 6b857c4abe66 |
line wrap: on
line source
FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS)) all: $(CORPUSES) %_seed_corpus.zip: %/* Makefile -rm $@ cd $*; zip ../$@ * list-fuzz-targets: @echo $(FUZZ_TARGETS)