Creates an AVR project template for linux systems using makefile.
To compile, you must enter the project folder and type the command "make"
To install run the command make install as administrator: "sudo make install"
To create a new project run the command "avr-proj" followed by the name of the project. This will create a folder containing the main.c file and the Makefile. Once that the project has been created, just type the command "make" and the AVR project will be compiled.
Autor: Alfredo Orozco de la Paz