Add fuzzers top-level "make clean"

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-01-04 16:31:31 +01:00
parent f00f9c27b4
commit 77933f7212
4 changed files with 2 additions and 0 deletions

0
fuzzers/005-tilegrid/generate.sh Executable file → Normal file
View File

0
fuzzers/070-tileconn/generate.sh Executable file → Normal file
View File

0
fuzzers/071-ppips/generate.sh Executable file → Normal file
View File

View File

@ -1,5 +1,7 @@
define fuzzer
all:: $(1)/run.ok
clean::
$(MAKE) -C $(1) clean
$(1)/run.ok: $(addsuffix /run.ok,$(2))
$(MAKE) -C $(1) run
endef