From 907a9ee72ea40b5b9a5b90eb567fccda8dd13770 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 18 Feb 2020 11:24:13 -0800 Subject: [PATCH] Pass MAKEFLAGS to children. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- minitests/roi_harness/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minitests/roi_harness/Makefile b/minitests/roi_harness/Makefile index 5eb613da..b7a4d040 100644 --- a/minitests/roi_harness/Makefile +++ b/minitests/roi_harness/Makefile @@ -22,7 +22,7 @@ clean: rm -rf build_* harness_* run: - make clean - make copy + +$(MAKE) clean + +$(MAKE) copy .PHONY: all clean copy run