参考:https://stackoverflow.com/questions/9147196/makefile-pass-jobs-param-to-sub-makefiles
把make换成$(MAKE)
例:
debug: $(OBJS)
cd server && $(MAKE) debug && mv bin/debug/* .
Except as otherwise noted, this blog is licensed under CC BY-SA 4.0 License.
©2021-
searchstar
|
pv
|
uv
Theme Tree
by Wu Jun
Powered by Hexo