Makefile
---src
   |___Makefile
   |___main.c

如何编写顶层的Makefiel, 使其进入到src中,执行src中的Makefile?

run:
	$(MAKE) -C src target a=1 b=2