Creating a makefile

You need to provide a makefile for a Remote Makefile Project.

To create a makefile:

  1. In the Project Explorer view, right-click a project, and select New > File.
    New > File in Project Explorer View
  2. In the File name box, type makefile.
  3. In the list of projects, verify that the correct project is selected.
  4. Click Finish.
    New File Wizard
  5. The editor opens. Type makefile instructions in the editor.
    Editor view with a sample code
  6. Click File > Save.