Pass MAKEFLAGS to children.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-02-18 11:24:13 -08:00
parent 3aeb1f120a
commit 907a9ee72e
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ clean:
rm -rf build_* harness_*
run:
make clean
make copy
+$(MAKE) clean
+$(MAKE) copy
.PHONY: all clean copy run