(Main.c) : Programmer's Notepad New Folder ".C" Make File Without Extension
(Main.c) : Programmer's Notepad New Folder ".C" Make File Without Extension
Important Notes
Makefile should be created only once. Multiple makefile should not be opened. Multiple C files should not be opened in a single IDE Name of your C file should be main.c Name of your make file should be makefile without extension A folder must should contain a C file and a make file A folder should not contain multiple C file or makefile If you are using any header file other than <avr/io.h> it should be present inside that folder and written as ex:- #include delay.h