wildcard 处理全部文件

Makefile如果想取得文件夹下全部文件

$(wildcard $(PATH)/*.c)

即可

原文地址:https://www.cnblogs.com/unixshell/p/3412184.html