From 96bac6bf0075c53a3cb6d311e1958d8ec3db186f Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Thu, 31 Jan 2019 17:20:22 +0100 Subject: [PATCH] fuzzers: Makefile: add explicit all target Signed-off-by: Karol Gugala --- fuzzers/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzzers/Makefile b/fuzzers/Makefile index 1d592260..95996bfb 100644 --- a/fuzzers/Makefile +++ b/fuzzers/Makefile @@ -8,6 +8,8 @@ FUZZONLY=N # Allow building without it BITONLY=N +all: + define fuzzer all: $(1)/run.ok clean::