Makefile零散知识学习

1. install 

   install -d , --directory   treat all arguments as directory names; creat all components of the specified dirctories;

2. make -f

    指定makefile文件, 如600BI中

    PSG600BI_config:

        ....

    $(MAKE) -f PSG600BI_Makefile

原文地址:https://www.cnblogs.com/gavinwu/p/3669924.html