Programming: Modifying the MakeFile in Programmers Notepad (Adding a .c file to be included in the compile)
Share
This is how to modify the makefile for a project in Programmers Notepad. The makefile is simply a text file that is relatively easy to read and understand. In this particular case, a .c file is added so it can be included in the compilation of the code.