mirror of https://github.com/openXC7/prjxray.git
Pass MAKEFLAGS to children.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
3aeb1f120a
commit
907a9ee72e
|
|
@ -22,7 +22,7 @@ clean:
|
|||
rm -rf build_* harness_*
|
||||
|
||||
run:
|
||||
make clean
|
||||
make copy
|
||||
+$(MAKE) clean
|
||||
+$(MAKE) copy
|
||||
|
||||
.PHONY: all clean copy run
|
||||
|
|
|
|||
Loading…
Reference in New Issue