1. 程式人生 > >[linux]code experience for makefile

[linux]code experience for makefile

  • we can use g++ -MM xxx.cpp in shell to see the dependence of files and directly use the information in makefile.