Generate new Makefile

Sysprogs forums Forums VisualGDB Generate new Makefile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31262
    vico
    Participant

    Hello,

    I’m building C++ raspberry Pi project with cross compiler by using GNU Make build system. By accident I have deleted Makefile. How to generate new one?

    #31264
    support
    Keymaster

    Hi,

    There is no special command to regenerate a Makefile. It is a part of the project, and deleting it is similar to deleting any other project file. Our best advice would be to create a new similar project from scratch, and try to copy the accidentally deleted files from it, although they may need some adjustment.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.