From c7cf7099a1846fe92073be0ada222f888c31fccf Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 15 Jan 2020 17:01:22 +0100 Subject: [PATCH] address review comments Signed-off-by: Alessandro Comodi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fef2f15..d8d49cb6 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ define multiple-parts # $(1): PART to be used db-part-only-$(1): - +source settings/$(1).sh && $(MAKE) -C fuzzers part_only + +source settings/$(1).sh && $$(MAKE) -C fuzzers part_only endef