First install all the required packages by running following command in shell:
sudo apt-get install binutils gcc-avr avr-libc uisp avrdude
##Project3 folder It contains *.c file and Makefile.
So to compile the *.c file just run make
command in shell when you are in project folder.
When creating new project just change the PROJECT variable in the Makefile.