address review comments

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2020-01-15 17:01:22 +01:00
parent e44027bcaf
commit c7cf7099a1
1 changed files with 1 additions and 1 deletions

View File

@ -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