From 88646806ed786bb17c35f855bfd6e6d74b533aa4 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 29 Jan 2019 16:45:07 +0100 Subject: [PATCH] Fuzzers: Makefile: use single colon target for run.ok targets Signed-off-by: Karol Gugala --- fuzzers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/Makefile b/fuzzers/Makefile index 21e35dc5..1d592260 100644 --- a/fuzzers/Makefile +++ b/fuzzers/Makefile @@ -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))