comparison Makefile @ 3:5e4454cc7b17

copy fuzzer-preauth to fuzzer-preauth_nomaths
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Jan 2018 23:28:22 +0800
parents e5383cd558e5
children 6b857c4abe66
comparison
equal deleted inserted replaced
2:e5383cd558e5 3:5e4454cc7b17
1 FUZZ_TARGETS=fuzzer-preauth fuzzer-pubkey fuzzer-verify 1 FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify
2 2
3 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS)) 3 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS))
4 4
5 all: $(CORPUSES) 5 all: $(CORPUSES)
6 6