Merge pull request #573 from antmicro/fix-fuzz-makefile

Fuzzers: Makefile: use single colon target for run.ok targets
This commit is contained in:
litghost 2019-01-29 07:55:03 -08:00 committed by GitHub
commit 76af782e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ FUZZONLY=N
BITONLY=N
define fuzzer
all:: $(1)/run.ok
all: $(1)/run.ok
clean::
$$(MAKE) -C $(1) clean
$(1)/run.ok: $(addsuffix /run.ok,$(2))