0

I am trying to edit the file Makefile-variables.mk inside my C++ project directory, but Netbeans keeps regenerating the file to it's old settings. Now, the header clearly says 'do not edit' so I am guessing this is not the way to do it. How would I edit my Makefile so I can change the destination directory?

Jeroen
  • 15,257
  • 12
  • 59
  • 102

1 Answers1

1

I figured all of these options can be edited inside the GUI by right clicking on the project and going to Properties.

Jeroen
  • 15,257
  • 12
  • 59
  • 102