make: Nothing to be done for `all'

前端 未结 7 1814
北荒
北荒 2020-11-29 21:14

I am going through an eg pgm to create a make file.

http://mrbook.org/tutorials/make/

My folder eg_make_creation contains the following files,



        
7条回答
  •  無奈伤痛
    2020-11-29 22:09

    I think you missed a tab in 9th line. The line following all:hello must be a blank tab. Make sure that you have a blank tab in 9th line. It will make the interpreter understand that you want to use default recipe for makefile.

提交回复
热议问题