我想让安装(sudo make install)使用带有空格和点的路径。(例如/Applications/Sample App.app/Contents/Resources)ginstall: target 'App.app/Contents/Resources/lib/libserialport.a' is not a directory
我有一个目录结构,我希望在我的主文件夹中有一个主makefile,然后在我的test和src文件夹中都有另一个makefile。在我的主makefile中,我有用于test / all的指令,用于调用单独的文件夹makefile。我试图在我的主makefile中声明变量,并使它们可以被其他文件夹访问。例如,在我的主Makefile中 do something here