make file for Java/Linux

后端 未结 3 2062
日久生厌
日久生厌 2020-12-22 11:56

I have the following makefile after running it once I make some changes to the makefile and now when I run it I get a \"make: Nothing to be done for `default\'.\" How can I

3条回答
  •  滥情空心
    2020-12-22 12:39

    Make sure there is no file or directory called classes. Make could then assume nothing more to do.

提交回复
热议问题