Target pattern contains no '%'. Makefile

后端 未结 7 2094
醉梦人生
醉梦人生 2020-12-10 10:48

I have searched this problem in google, but still don\'t have some way to resolve a problem. I have 2 Makefiles: One as example and one as my file. Example:

相关标签:
7条回答
  • 2020-12-10 11:44

    Make sure there is no : in your path, i.e. cd ${url} => ://. If so, escape it like this:

    cd ${url} => \://
    
    0 讨论(0)
提交回复
热议问题